qt5base-lts/examples/tutorials/modelview/4_headers/4_headers.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

18 lines
409 B
Prolog
Executable File

TARGET = mv_headers
TEMPLATE = app
SOURCES += main.cpp \
mymodel.cpp
HEADERS += mymodel.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/4_headers
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 4_headers.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/modelview/4_headers
INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets