2011-03-25 09:32:15 +00:00
|
|
|
load(qttest_p4)
|
|
|
|
SOURCES += tst_headersclean.cpp
|
2011-04-12 11:50:27 +00:00
|
|
|
QT = core network xml sql
|
|
|
|
CONFIG += uitools
|
2011-03-25 09:32:15 +00:00
|
|
|
|
|
|
|
contains(QT_CONFIG,dbus): QT += dbus
|
|
|
|
contains(QT_CONFIG,opengl): QT += opengl
|
2011-04-12 11:50:27 +00:00
|
|
|
contains(QT_CONFIG,openvg): QT += openvg
|
|
|
|
|