summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/simple/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/simple/main.cpp')
-rw-r--r--tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/simple/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/simple/main.cpp b/tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/simple/main.cpp
new file mode 100644
index 0000000000..3c850d486b
--- /dev/null
+++ b/tests/auto/qmake/testdata/subdir_via_pro_file_extra_target/simple/main.cpp
@@ -0,0 +1,3 @@
+int main(int,char**)
+{
+}