aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/inheritModuleSearchPath/prj.qbp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/inheritModuleSearchPath/prj.qbp')
-rw-r--r--tests/manual/inheritModuleSearchPath/prj.qbp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/inheritModuleSearchPath/prj.qbp b/tests/manual/inheritModuleSearchPath/prj.qbp
new file mode 100644
index 000000000..8f72cf5be
--- /dev/null
+++ b/tests/manual/inheritModuleSearchPath/prj.qbp
@@ -0,0 +1,10 @@
+import qbs.base 1.0
+
+Project {
+ moduleSearchPaths: "subdir"
+// moduleSearchPaths: ["subdir"]
+ Foo {
+ files: "main.cpp"
+ }
+}
+