Files
qt-creator/plugins/clangstaticanalyzer/unit-tests/qt-widgets-app/qt-widgets-app.pro
Nikolai Kosjar 11a7e71687 Add qt-widgets-app unit test
Change-Id: I502075f79d4abf6bd5c0d2080b2f543116499ace
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
2015-04-16 11:59:36 +03:00

9 lines
185 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qt-widgets-app
TEMPLATE = app
SOURCES += main.cpp mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui