summaryrefslogtreecommitdiffstats
path: root/installerbuilder/binarycreator/binarycreator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/binarycreator/binarycreator.pro')
-rw-r--r--installerbuilder/binarycreator/binarycreator.pro13
1 files changed, 6 insertions, 7 deletions
diff --git a/installerbuilder/binarycreator/binarycreator.pro b/installerbuilder/binarycreator/binarycreator.pro
index 7145ace41..2544da588 100644
--- a/installerbuilder/binarycreator/binarycreator.pro
+++ b/installerbuilder/binarycreator/binarycreator.pro
@@ -1,8 +1,8 @@
TEMPLATE = app
TARGET = binarycreator
-DEPENDPATH += . ..
-INCLUDEPATH += . .. rcc
+DEPENDPATH += . .. rcc ../common
+INCLUDEPATH += . .. rcc ../common
DESTDIR = ../bin
@@ -15,8 +15,7 @@ RESOURCES += binarycreator.qrc
# Input
SOURCES = binarycreator.cpp \
- rcc/rcc.cpp \
- rcc/rccmain.cpp \
- ../common/repositorygen.cpp
-
-HEADERS = rcc/rcc.h
+ rcc.cpp \
+ rccmain.cpp \
+ repositorygen.cpp
+HEADERS = rcc.h