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.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/fileengineclient/fileengineclient.pro b/tools/fileengineclient/fileengineclient.pro
deleted file mode 100644
index 8946813ae..000000000
--- a/tools/fileengineclient/fileengineclient.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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