summaryrefslogtreecommitdiffstats
path: root/tests/auto/threed/qglpickcolors/qglpickcolors.pro
blob: 1394e28259d4334c15db98a0b3673c8a4bdbb2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4.prf)
TEMPLATE=app
QT += testlib
CONFIG += unittest warn_on

INCLUDEPATH += ../../../../src/threed/painting
VPATH += ../../../../src/threed/painting

SOURCES += \
    tst_qglpickcolors.cpp \
    qglpickcolors.cpp

HEADERS += \
    qglpickcolors_p.h