##// END OF EJS Templates
Updated license headers...
Updated license headers Updated new license headers and added missing ones to qdoc files. Change-Id: I9f2af2a8b44c3ebf19fd494628dfaa8775a47b06 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2740:377e4516d036
Show More
qml-qtquicktest.pro
9 lines | 218 B | text/idl | PrologLexer
Tero Ahola
Unit test module for QML API
r2206 !include( ../auto.pri ) {
error( "Couldn't find the auto.pri file!" )
}
Titta Heikkala
Qt Charts project file structure change...
r2712 TEMPLATE = app
CONFIG += warn_on qmltestcase
SOURCES += main.cpp
OTHER_FILES += tst_*.qml
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"