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