1606667d3e
QtUiTools is a staic library now. If this is added to QT variable qmake will treat this as a framework on Mac. This patch is to avoid that.
10 lines
214 B
Prolog
10 lines
214 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_headersclean.cpp
|
|
QT = core network xml sql
|
|
CONFIG += uitools
|
|
|
|
contains(QT_CONFIG,dbus): QT += dbus
|
|
contains(QT_CONFIG,opengl): QT += opengl
|
|
contains(QT_CONFIG,openvg): QT += openvg
|
|
|