summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qeventloop/qeventloop.pro
blob: 295a42aa9c39d43003475e9edbf7e73cc05c5cfa (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

qtConfig(glib): DEFINES += HAVE_GLIB