summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/simplecanvasitem/simplecanvasitem.pro
blob: f4aea32edf0bb36e2c0c792863ab13256d630779 (plain)
1
2
3
4
5
6
7
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1): QT += opengl
SOURCES += tst_simplecanvasitem.cpp

# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"