summaryrefslogtreecommitdiffstats
path: root/tests/tests.pri
blob: ae8302b23cd63b1933823c32e5c1206ebadc465c (plain)
1
2
3
4
5
6
7
!include(../qtpass.pri) { error("Couldn't find the qtpass.pri file!") }

CONFIG += testcase qt warn_on depend_includepath testcase
QT += testlib widgets

target.path = $$[QT_INSTALL_TESTS]/qtpass/$$TARGET
INSTALLS += target