8950d3acaf
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>
13 lines
172 B
Prolog
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
|
|
|