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.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/installerbuilder/binarycreator/binarycreator.pro b/installerbuilder/binarycreator/binarycreator.pro
index 237ce9952..6d006e6aa 100644
--- a/installerbuilder/binarycreator/binarycreator.pro
+++ b/installerbuilder/binarycreator/binarycreator.pro
@@ -1,16 +1,14 @@
+include(../installerbuilder.pri)
+
TEMPLATE = app
TARGET = binarycreator
DEPENDPATH += . ..
INCLUDEPATH += . .. rcc
-DESTDIR = ../bin
-
CONFIG += console
CONFIG -= app_bundle
-include(../libinstaller/libinstaller.pri)
-
RESOURCES += binarycreator.qrc
# Input
@@ -20,6 +18,3 @@ SOURCES = binarycreator.cpp \
../common/repositorygen.cpp
HEADERS = rcc/rcc.h
-
-win32:OBJECTS_DIR = .obj
-win32:LIBS += Shell32.lib