981dd3b314
Change-Id: I1db834500921681676a6f46e7750bdd81bf0093d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
isEmpty(TEMPLATE):TEMPLATE=app
|
|
CONFIG += qt warn_on console depend_includepath testcase
|
|
|
|
qtAddLibrary(QtTest)
|
|
|
|
# prefix test binary with tst_
|
|
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
|
|
|
|
isEmpty(target.path) {
|
|
target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET}
|
|
}
|
|
|
|
INSTALLS += target
|