aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols2/gifs/gifs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols2/gifs/gifs.pro')
-rw-r--r--tests/manual/quickcontrols2/gifs/gifs.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/manual/quickcontrols2/gifs/gifs.pro b/tests/manual/quickcontrols2/gifs/gifs.pro
new file mode 100644
index 0000000000..a5bb72c792
--- /dev/null
+++ b/tests/manual/quickcontrols2/gifs/gifs.pro
@@ -0,0 +1,20 @@
+TEMPLATE = app
+TARGET = tst_gifs
+
+QT += quick testlib
+CONFIG += testcase
+macos:CONFIG -= app_bundle
+
+HEADERS += \
+ $$PWD/gifrecorder.h \
+ $$PWD/eventcapturer.h \
+ capturedevent.h
+
+SOURCES += \
+ $$PWD/tst_gifs.cpp \
+ $$PWD/gifrecorder.cpp \
+ $$PWD/eventcapturer.cpp \
+ capturedevent.cpp
+
+TESTDATA += \
+ $$PWD/data/*