summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/uitools.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/uitools.prf')
-rw-r--r--mkspecs/features/uitools.prf13
1 files changed, 0 insertions, 13 deletions
diff --git a/mkspecs/features/uitools.prf b/mkspecs/features/uitools.prf
deleted file mode 100644
index 50c4c60697..0000000000
--- a/mkspecs/features/uitools.prf
+++ /dev/null
@@ -1,13 +0,0 @@
-QT += xml
-qt:load(qt)
-
-# Include the correct version of the UiLoader library
-QTUITOOLS_LINKAGE = -lQtUiTools$${QT_LIBINFIX}
-
-CONFIG(debug, debug|release) {
- mac: QTUITOOLS_LINKAGE = -lQtUiTools$${QT_LIBINFIX}_debug
- win32: QTUITOOLS_LINKAGE = -lQtUiTools$${QT_LIBINFIX}d
-}
-LIBS += $$QTUITOOLS_LINKAGE
-
-INCLUDEPATH = $$QT.uitools.includes $$INCLUDEPATH