summaryrefslogtreecommitdiffstats
path: root/classes/qtquickcompiler.bbclass
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-04-29 14:10:09 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-12 14:47:34 +0300
commitcbf5a7653383beebf44c9634506661d1fa6dfcf3 (patch)
tree4038adc4aa9c751f2ed3aac4c38a5b811179c951 /classes/qtquickcompiler.bbclass
parentae4b6421c0bb4771e2cedfcdadd44c04dc8e93f5 (diff)
downloadmeta-boot2qt-cbf5a7653383beebf44c9634506661d1fa6dfcf3.tar.gz
Enable Qt Quick Compiler
Build Qt Quick Compiler and use it for VKB and QtCharts. Use BBCLASSEXTEND to build all 3 version (target, native and nativesdk) of Qt Quick Compiler. Change-Id: I611fe7762b8d9124b146b7fe976f09130d5912fa Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'classes/qtquickcompiler.bbclass')
-rw-r--r--classes/qtquickcompiler.bbclass13
1 files changed, 13 insertions, 0 deletions
diff --git a/classes/qtquickcompiler.bbclass b/classes/qtquickcompiler.bbclass
new file mode 100644
index 0000000..202d592
--- /dev/null
+++ b/classes/qtquickcompiler.bbclass
@@ -0,0 +1,13 @@
1EXTRA_QMAKEVARS_PRE += "CONFIG+=qtquickcompiler CONFIG+=no_qtquickcompiler_depend"
2
3DEPENDS_prepend = "qtquickcompiler qtquickcompiler-native "
4
5#python __anonymous() {
6# do the magic:
7# if QT_SDK path is set,
8# add dependency to qtquickcompiler-sdk-native package that
9# copies the needed files (binary and mkspec files) from the SDK
10# else
11# add dependency to qtquickcompiler-native package that
12# builds it from internal repos
13#}