qt5base-lts/tests/auto/headersclean/headersclean.pro
Prasanth Ullattil 1606667d3e Moved QtUiTools to CONFIG
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.
2011-05-02 15:30:08 +02:00

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