aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/linux-gcc.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/linux-gcc.qbs')
-rw-r--r--share/qbs/modules/cpp/linux-gcc.qbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/linux-gcc.qbs b/share/qbs/modules/cpp/linux-gcc.qbs
new file mode 100644
index 000000000..ff1827ebb
--- /dev/null
+++ b/share/qbs/modules/cpp/linux-gcc.qbs
@@ -0,0 +1,6 @@
+import qbs.base 1.0
+
+GenericGCC {
+ condition: qbs.hostOS == 'linux' && qbs.targetOS == 'linux' && qbs.toolchain == 'gcc'
+}
+