summaryrefslogtreecommitdiffstats
path: root/tests/manual/qt_poll/qt_poll.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qt_poll/qt_poll.pro')
-rw-r--r--tests/manual/qt_poll/qt_poll.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/qt_poll/qt_poll.pro b/tests/manual/qt_poll/qt_poll.pro
new file mode 100644
index 0000000000..beea4d1316
--- /dev/null
+++ b/tests/manual/qt_poll/qt_poll.pro
@@ -0,0 +1,7 @@
+CONFIG += testcase
+TARGET = tst_qt_poll
+QT = core-private network testlib
+INCLUDEPATH += ../../../src/corelib/kernel
+SOURCES += \
+ tst_qt_poll.cpp \
+ ../../../src/corelib/kernel/qpoll.cpp