summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/ghs-integrity-x86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/common/ghs-integrity-x86.conf')
-rw-r--r--mkspecs/common/ghs-integrity-x86.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/mkspecs/common/ghs-integrity-x86.conf b/mkspecs/common/ghs-integrity-x86.conf
new file mode 100644
index 0000000000..5525b8cd17
--- /dev/null
+++ b/mkspecs/common/ghs-integrity-x86.conf
@@ -0,0 +1,17 @@
+#
+# Base qmake configuration for GHS on INTEGRITY
+#
+MAKEFILE_GENERATOR = UNIX
+
+QMAKE_PLATFORM = integrity
+
+include(unix.conf)
+
+include(ghs-base.conf)
+
+QMAKE_CC = cxint86 -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
+QMAKE_CXX = cxint86 -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
+QMAKE_LINK = $$QMAKE_CXX
+QMAKE_AR = $$QMAKE_CXX -archive -o
+
+load(qt_config)