summaryrefslogtreecommitdiff
path: root/desktop/Executable_quickstart.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-27 19:54:42 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-27 20:01:48 +0200
commit2e2dcefb5fde4672f1fef96a3be6a046c3bad3bb (patch)
tree453f5ad5ced68c078e1a6de002e7143498e57c05 /desktop/Executable_quickstart.mk
parentedb760e625b899ac374b7f85ebe725389a02ef8a (diff)
make WinResTarget's name independent of LinkTarget
Diffstat (limited to 'desktop/Executable_quickstart.mk')
-rw-r--r--desktop/Executable_quickstart.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_quickstart.mk b/desktop/Executable_quickstart.mk
index 593ef1f09d0b..3259cc119fe9 100644
--- a/desktop/Executable_quickstart.mk
+++ b/desktop/Executable_quickstart.mk
@@ -60,6 +60,6 @@ $(eval $(call gb_Executable_add_exception_objects,quickstart,\
desktop/win32/source/QuickStart/QuickStart \
))
-$(eval $(call gb_Executable_add_nativeres,quickstart,src))
+$(eval $(call gb_Executable_add_nativeres,quickstart,quickstart/src))
# vim: set ts=4 sw=4 et: