summaryrefslogtreecommitdiffstats
path: root/src/qtpaths/qtpaths.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtpaths/qtpaths.pro')
-rw-r--r--src/qtpaths/qtpaths.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/qtpaths/qtpaths.pro b/src/qtpaths/qtpaths.pro
deleted file mode 100644
index f4f69b981..000000000
--- a/src/qtpaths/qtpaths.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-include($$OUT_PWD/../../src/global/qttools-config.pri)
-QT_FOR_CONFIG += tools-private
-requires(qtConfig(qtpaths))
-
-SOURCES = qtpaths.cpp
-QT = core
-win32:CONFIG += console
-
-load(qt_app)