981dd3b314
Change-Id: I1db834500921681676a6f46e7750bdd81bf0093d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
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
|