summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qeventloop/qeventloop.pro
blob: 5cd043b584a449934594deb8686bdb20c777fa89 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_qeventloop
QT = core network testlib core-private
SOURCES = $$PWD/tst_qeventloop.cpp

win32:!wince:!winrt: LIBS += -luser32

contains(QT_CONFIG, glib): DEFINES += HAVE_GLIB