summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/include_dir/foo.pro
blob: e7fc2d4dbfc722568e0b46a7ff11f2756fc65ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
UI_DIR =
MOC_DIR=
TEMPLATE=app
TARGET=foo
FORMS=untitled.ui
HEADERS=test_file.h
SOURCES=\
    test_file.cpp\
    main.cpp
CONFIG -= debug_and_release_target
QT += widgets