summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/extractbinarydata/extractbinarydata.pro10
-rw-r--r--tools/fileengineclient/fileengineclient.pro10
-rw-r--r--tools/fileengineserver/fileengineserver.pro8
3 files changed, 8 insertions, 20 deletions
diff --git a/tools/extractbinarydata/extractbinarydata.pro b/tools/extractbinarydata/extractbinarydata.pro
index fe30f20b2..5dd649dbf 100644
--- a/tools/extractbinarydata/extractbinarydata.pro
+++ b/tools/extractbinarydata/extractbinarydata.pro
@@ -1,17 +1,13 @@
+include(../../installerbuilder/installerbuilder.pri)
+
TEMPLATE = app
-DEPENDPATH += . .. ../../installerbuilder/common
INCLUDEPATH += . ..
-
-DESTDIR = ../../installerbuilder/bin
+DEPENDPATH += . .. ../../installerbuilder/common
CONFIG += console
CONFIG -= app_bundle
-include(../../installerbuilder/libinstaller/libinstaller.pri)
-
# Input
SOURCES += main.cpp
HEADERS +=
-
-LIBS = -L../../installerbuilder/lib -linstaller $$LIBS
diff --git a/tools/fileengineclient/fileengineclient.pro b/tools/fileengineclient/fileengineclient.pro
index 8946813ae..6f9ecbff7 100644
--- a/tools/fileengineclient/fileengineclient.pro
+++ b/tools/fileengineclient/fileengineclient.pro
@@ -1,17 +1,13 @@
+include(../../installerbuilder/installerbuilder.pri)
+
TEMPLATE = app
-DEPENDPATH += . .. ../../installerbuilder/common
INCLUDEPATH += . ..
-
-DESTDIR = ../../installerbuilder/bin
+DEPENDPATH += . .. ../../installerbuilder/common
CONFIG += console
CONFIG -= app_bundle
QT += network
-include(../../installerbuilder/libinstaller/libinstaller.pri)
-
# Input
SOURCES += fileengineclient.cpp
-
-LIBS = -L../../installerbuilder/lib -linstaller $$LIBS
diff --git a/tools/fileengineserver/fileengineserver.pro b/tools/fileengineserver/fileengineserver.pro
index 89cd0ffc9..c087b9ec0 100644
--- a/tools/fileengineserver/fileengineserver.pro
+++ b/tools/fileengineserver/fileengineserver.pro
@@ -1,15 +1,11 @@
+include(../../installerbuilder/installerbuilder.pri)
+
TEMPLATE = app
DEPENDPATH += . .. ../../installerbuilder/common
INCLUDEPATH += . ..
-DESTDIR = ../../installerbuilder/bin
-
CONFIG += console
CONFIG -= app_bundle
-include(../../installerbuilder/libinstaller/libinstaller.pri)
-
# Input
SOURCES += fileengineserver.cpp
-
-LIBS = -L../../installerbuilder/lib -linstaller $$LIBS