aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/gifs/gifs.pro
blob: 197b83d5cb8ed383188b312a2d65e3f8eae35e2f (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
osx: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/*