qt5base-lts/tests/auto/tools/qmake/testdata/include_dir/foo.pro
Jo Asplin 8950d3acaf Re-enabled test and made it pass on Linux
Task-number: QTBUG-21402

Change-Id: I54226c0aa63c70f9bb8ed8be3784918dd70e5592
Reviewed-on: http://codereview.qt-project.org/5382
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
2011-09-23 10:49:27 +02:00

13 lines
172 B
Prolog

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