summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/simple_app/simple_app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/simple_app/simple_app.pro')
-rw-r--r--tests/auto/qmake/testdata/simple_app/simple_app.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/simple_app/simple_app.pro b/tests/auto/qmake/testdata/simple_app/simple_app.pro
index f496d5b..a8c4ad6 100644
--- a/tests/auto/qmake/testdata/simple_app/simple_app.pro
+++ b/tests/auto/qmake/testdata/simple_app/simple_app.pro
@@ -3,6 +3,7 @@ CONFIG += qt warn_on
HEADERS = test_file.h
SOURCES = test_file.cpp \
main.cpp
+RESOURCES = test.qrc
TARGET = simple_app
DESTDIR = ./