summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/resources/resources.pro
blob: 8ced5048ae48c117637e740233a34158cd92cf08 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
CONFIG -= debug_and_release
SOURCES = main.cpp

pro_file.files = resources.pro
pro_file.prefix = /prefix

subdir.files = subdir/file.txt
subdir.base = subdir

RESOURCES = test.qrc main.cpp pro_file subdir