Files
qt-creator/plugins/clangstaticanalyzer/unit-tests/qt-widgets-app/qt-widgets-app.pro

9 lines
185 B
Prolog
Raw Normal View History

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