summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets/resource-system/application.pro
blob: 652cc73485173d9e809c0ae22627d6b4fe598c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += widgets

HEADERS       = mainwindow.h
SOURCES       = main.cpp \
                mainwindow.cpp
#! [0]
RESOURCES     = application.qrc
#! [0]

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/application
INSTALLS += target

simulator: warning(This example might not fully work on Simulator platform)