summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/classwizard/classwizard.pro
blob: 9b272b9d3fabc450983cb64c0cebe509ac049394 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = classwizard.h
SOURCES       = classwizard.cpp \
                main.cpp
RESOURCES     = classwizard.qrc

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

QT += widgets
simulator: warning(This example might not fully work on Simulator platform)