2012-02-20 00:34:44 +00:00
|
|
|
TEMPLATE = subdirs
|
2016-08-15 08:35:53 +00:00
|
|
|
QT_FOR_CONFIG += qml
|
2012-08-09 01:24:20 +00:00
|
|
|
|
2016-02-16 16:40:12 +00:00
|
|
|
qtHaveModule(quick) {
|
|
|
|
SUBDIRS += \
|
2023-01-12 15:04:52 +00:00
|
|
|
qmlextensionplugins
|
2016-02-16 16:40:12 +00:00
|
|
|
}
|
2013-02-19 13:47:12 +00:00
|
|
|
|
2012-08-10 06:51:01 +00:00
|
|
|
SUBDIRS += \
|
2012-08-09 01:24:20 +00:00
|
|
|
referenceexamples \
|
2016-04-21 14:49:12 +00:00
|
|
|
tutorials \
|
2013-02-19 13:47:12 +00:00
|
|
|
shell
|
2012-11-22 10:33:28 +00:00
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
EXAMPLE_FILES = \
|
|
|
|
dynamicscene \
|
2013-08-12 13:24:03 +00:00
|
|
|
qml-i18n \
|
2012-11-29 15:02:34 +00:00
|
|
|
locale
|