Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 626 Bytes

qt_qmltest.pri

File metadata and controls

17 lines (15 loc) · 626 Bytes
 
May 20, 2011
May 20, 2011
1
2
3
4
5
6
7
8
9
10
11
12
13
QT.qmltest.VERSION = 5.0.0
QT.qmltest.MAJOR_VERSION = 5
QT.qmltest.MINOR_VERSION = 0
QT.qmltest.PATCH_VERSION = 0
QT.qmltest.name = QtQuickTest
QT.qmltest.bins = $$QT_MODULE_BIN_BASE
QT.qmltest.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtQuickTest
QT.qmltest.private_includes = $$QT_MODULE_INCLUDE_BASE/QtQuickTest/$$QT.qmltest.VERSION
QT.qmltest.sources = $$QT_MODULE_BASE/src/qmltest
QT.qmltest.libs = $$QT_MODULE_LIB_BASE
QT.qmltest.plugins = $$QT_MODULE_PLUGIN_BASE
QT.qmltest.imports = $$QT_MODULE_IMPORT_BASE
Feb 24, 2012
Feb 24, 2012
14
QT.qmltest.depends = qml testlib
Aug 31, 2011
Aug 31, 2011
15
QT.qmltest.DEFINES = QT_QMLTEST_LIB
May 20, 2011
May 20, 2011
16
17
QT_CONFIG += qmltest