summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/windowflags/windowflags.pro
blob: 250319983a567c2cbc906b47ae1f3729fe55ccfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets

HEADERS       = controllerwindow.h \
                previewwindow.h
SOURCES       = controllerwindow.cpp \
                previewwindow.cpp \
                main.cpp

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

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