qt5base-lts/mkspecs/features/uitools.prf

14 lines
358 B
Plaintext
Raw Normal View History

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
2011-01-03 18:12:55 +00:00
INCLUDEPATH = $$QT.uitools.includes $$INCLUDEPATH