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.prf14
1 files changed, 14 insertions, 0 deletions
diff --git a/mkspecs/features/uitools.prf b/mkspecs/features/uitools.prf
new file mode 100644
index 0000000000..65995770de
--- /dev/null
+++ b/mkspecs/features/uitools.prf
@@ -0,0 +1,14 @@
+QT += xml
+qt:load(qt)
+
+# Include the correct version of the UiLoader library
+symbian: QTUITOOLS_LINKAGE = -lQtUiTools.lib
+else: 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 = $$QMAKE_INCDIR_QT/QtUiTools $$INCLUDEPATH