qt5base-lts/tests/auto/tools/qmake/testdata/shadow_files/foo.pro
Jo Asplin 4c43b60323 Moved autotests in category 'tools' into new directory structure
Task-number: QTBUG-21355

Change-Id: I315d4b1f55d42391524c0e8625952dee1b96fca3
Reviewed-on: http://codereview.qt-project.org/4449
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-09-12 10:08:29 +02:00

18 lines
218 B
Prolog

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