summaryrefslogtreecommitdiffstats
path: root/tests/downloadspeed/downloadspeed.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/downloadspeed/downloadspeed.pro')
-rw-r--r--tests/downloadspeed/downloadspeed.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/downloadspeed/downloadspeed.pro b/tests/downloadspeed/downloadspeed.pro
new file mode 100644
index 000000000..2ee3923f1
--- /dev/null
+++ b/tests/downloadspeed/downloadspeed.pro
@@ -0,0 +1,16 @@
+TEMPLATE = app
+DEPENDPATH += . ..
+INCLUDEPATH += . ..
+TARGET = downloadspeed
+
+include(../../installerfw.pri)
+
+QT -= gui
+QT += network
+LIBS += -linstaller
+
+CONFIG += console
+CONFIG -= app_bundle
+DESTDIR = $$IFW_APP_PATH
+
+SOURCES += main.cpp