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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/fileengineclient/fileengineclient.pro b/tests/fileengineclient/fileengineclient.pro
deleted file mode 100644
index 8b0538a55..000000000
--- a/tests/fileengineclient/fileengineclient.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-INCLUDEPATH += . ..
-TARGET = fileengineclient
-
-include(../../installerfw.pri)
-
-QT -= gui
-QT += network
-
-CONFIG += console
-DESTDIR = $$IFW_APP_PATH
-
-SOURCES += fileengineclient.cpp
-
-macx:include(../../no_app_bundle.pri)