9 lines
187 B
Prolog
9 lines
187 B
Prolog
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
|