2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qwidget
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-10-25 04:24:31 +00:00
|
|
|
QT += widgets core-private gui-private widgets-private testlib
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qwidget.cpp
|
|
|
|
RESOURCES = qwidget.qrc
|
|
|
|
|
|
|
|
aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
|
|
|
|
|
|
|
|
CONFIG += x11inc
|
|
|
|
|
2011-10-25 09:28:47 +00:00
|
|
|
mac {
|
2012-01-16 10:49:53 +00:00
|
|
|
LIBS += -framework Security -framework AppKit -framework Carbon
|
|
|
|
OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
x11 {
|
|
|
|
LIBS += $$QMAKE_LIBS_X11
|
|
|
|
}
|
|
|
|
|
2011-09-27 09:53:01 +00:00
|
|
|
!wince*:win32: LIBS += -luser32 -lgdi32
|
2011-07-18 11:54:52 +00:00
|
|
|
|
|
|
|
CONFIG+=insignificant_test
|