summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/application/application.pro
blob: f202a60979444df77f412fb399baf50421221a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS       = mainwindow.h
SOURCES       = main.cpp \
                mainwindow.cpp
#! [0]
RESOURCES     = application.qrc
#! [0]

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

QT += widgets

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