summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/windowflags/windowflags.pro
blob: e96344c33d96214cd4cc53680cdceebc91f84a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS       = controllerwindow.h \
                previewwindow.h
SOURCES       = controllerwindow.cpp \
                previewwindow.cpp \
                main.cpp

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

QT += widgets

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