aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/generator.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-07-18 17:18:59 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-07-30 11:59:46 +0000
commit1ce230bfda1f9c2dc69bbdfb63a7586d0e7770a4 (patch)
tree9daad27f4742bd63b7f4be29665c018f9405ac84 /src/plugins/generator/generator.pro
parentef1c11855ee974a26ffb83892d2e4d40731fbff7 (diff)
baremetal: Long live the KEIL UV project generator for 8051
Right now it is possible to generate a native projects for the KEIL UVision IDE, e.g. using the following command: qbs generate -g keiluv5 -d <path/to/build/directory> -f <path/to/qbs/project> profile:<your/qbs/profile> We need in a valid KEIL QBS profile, from which the generator take a desired target architecture and other stuff. The KEIL UV generator has a semi-intelligent logic, it parses a source QBS project and converts a compiler flags and other stuff to an appropriate configurations of the native KEIL UVsion project. Currently it is supported only one 'keiluv5' generator which allow to generate a projects for the KEIL UVision v5 for 8051 architecture. Tested with the KEIL UVision v5.23 for 8051, using as the QBS bare-metal examples, and as other projects. Change-Id: I248f1d220d9c9bcae9cb07d5bfbabbb85f9c39c9 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/generator/generator.pro')
-rw-r--r--src/plugins/generator/generator.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/generator/generator.pro b/src/plugins/generator/generator.pro
index 3fa39468b..4a3861321 100644
--- a/src/plugins/generator/generator.pro
+++ b/src/plugins/generator/generator.pro
@@ -1,2 +1,6 @@
TEMPLATE = subdirs
-SUBDIRS = clangcompilationdb makefilegenerator visualstudio iarew
+SUBDIRS += clangcompilationdb
+SUBDIRS += makefilegenerator
+SUBDIRS += visualstudio
+SUBDIRS += iarew
+SUBDIRS += keiluv