aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols2/gifs/gifs.pro
blob: a5bb72c7926b578b70b1aae4ccb387af94228c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/*