aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-02-15 15:56:22 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-15 21:57:41 +0100
commit5672fa8fd3bd6b09125d9e143a7bb277cea2e87f (patch)
treec945b6ad76bd8c8f6af8b520cf3ce72ef298d4b5 /tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs
Long live qbs!
Diffstat (limited to 'tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs')
-rw-r--r--tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs b/tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs
new file mode 100644
index 000000000..e33dab9a7
--- /dev/null
+++ b/tests/manual/inheritModuleSearchPath/subdir/bli/m.qbs
@@ -0,0 +1,7 @@
+import qbs.base 1.0
+
+Module {
+ Depends {name : "cpp" }
+ cpp.defines: ["HAVE_BLI"]
+}
+