summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/uitools.prf
blob: 6eba066ae2eb6ff1c9da0c341163c367325f0af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += xml
qt:load(qt)

# Include the correct version of the UiLoader library
QTUITOOLS_LINKAGE = -lQtUiTools
CONFIG(debug, debug|release) {
    mac: QTUITOOLS_LINKAGE = -lQtUiTools_debug
    win32: QTUITOOLS_LINKAGE = -lQtUiToolsd
}
LIBS += $$QTUITOOLS_LINKAGE

INCLUDEPATH = $$QMAKE_INCDIR_QT/QtUiTools $$INCLUDEPATH