summaryrefslogtreecommitdiffstats
path: root/tools/fileengineclient/fileengineclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fileengineclient/fileengineclient.pro')
-rw-r--r--tools/fileengineclient/fileengineclient.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/fileengineclient/fileengineclient.pro b/tools/fileengineclient/fileengineclient.pro
new file mode 100644
index 000000000..a61aa4e91
--- /dev/null
+++ b/tools/fileengineclient/fileengineclient.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+DEPENDPATH += . .. ../../installerbuilder/common
+INCLUDEPATH += . ..
+
+DESTDIR = ../../installerbuilder/bin
+
+CONFIG += console
+CONFIG -= app_bundle
+
+include(../../installerbuilder/libinstaller/libinstaller.pri)
+
+# Input
+SOURCES += fileengineclient.cpp
+
+LIBS = -L../../installerbuilder/lib -linstaller $$LIBS