qtbase/examples/widgets/dialogs/classwizard/classwizard.pro

12 lines
308 B
Prolog
Raw Normal View History

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)