qt5base-lts/examples/tutorials/modelview/3_changingmodel/3_changingmodel.pro

17 lines
452 B
Prolog
Raw Normal View History

TARGET = mv_changingmodel
TEMPLATE = app
SOURCES += main.cpp \
mymodel.cpp
HEADERS += mymodel.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/3_changingmodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 3_changingmodel.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/3_changingmodel
INSTALLS += target sources
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)