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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/classwizard
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/classwizard
INSTALLS += target sources

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