summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/subdirs/simple_app/simple_app.pro
blob: e882c33b3d7e42aad48e1703e599100d1c7bbba4 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE		= app
HEADERS		= test_file.h
SOURCES		= test_file.cpp \
		  	main.cpp
TARGET	= "simple app"
DESTDIR	= "dest dir"

INCLUDEPATH += ../simple_dll
LIBS += -L"../simple_dll/dest dir" -l"simple dll"