##// END OF EJS Templates
Fix build issues in tests...
Fix build issues in tests Change-Id: I477f15192c406572f26d4c1d2fa9497d0ddad230 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2732:a686cb49be86
Show More
qml-qtquicktest.pro
9 lines | 218 B | text/idl | PrologLexer
!include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
TEMPLATE = app
CONFIG += warn_on qmltestcase
SOURCES += main.cpp
OTHER_FILES += tst_*.qml
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"