summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qeventloop/qeventloop.pro
blob: 50072dc6125191ea3c994d2394a4241631e85409 (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:!winrt: LIBS += -luser32

contains(QT_CONFIG, glib): DEFINES += HAVE_GLIB