4c43b60323
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>
24 lines
305 B
Prolog
24 lines
305 B
Prolog
TEMPLATE=app
|
|
TARGET=foo
|
|
CONFIG -= debug_and_release_target
|
|
|
|
HEADERS=test_file.h
|
|
SOURCES=\
|
|
test_file.cpp\
|
|
main.cpp
|
|
|
|
test1.files=test1
|
|
test1.path=dist
|
|
INSTALLS+=test1
|
|
|
|
test2.files=test2
|
|
test2.path=dist
|
|
INSTALLS+=test2
|
|
|
|
target.path=dist
|
|
target.depends=install_test1 install_test2
|
|
INSTALLS+=target
|
|
|
|
|
|
|