bc328f8ec3
Change-Id: Ie079c52eb800878983501b9fe2b2f6c27df0cdb1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
15 lines
215 B
Prolog
15 lines
215 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
|