summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/shadow_files/foo.pro
blob: 3026f3ff991e52831a4c12bb5da74aa8017f1d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE=app
CONFIG -= debug_and_release_target
TARGET=foo
HEADERS=test_file.h
SOURCES=\
    test_file.cpp\
    main.cpp

target.path=dist
INSTALLS+=target

test.files=test.txt foo.bar
test.path=dist
INSTALLS+=test