summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/dockwidgets/dockwidgets.pro
blob: 4bccf49399b7db29c085eebbcf604107bd0752f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport

HEADERS         = mainwindow.h
SOURCES         = main.cpp \
                  mainwindow.cpp
RESOURCES       = dockwidgets.qrc

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

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