Home · All Classes · All Functions · Overviews

properties.pro Example File
declarative/extending/properties/properties.pro

 TEMPLATE = app
 TARGET = properties
 DEPENDPATH += .
 INCLUDEPATH += .
 QT += declarative

 # Input
 SOURCES += main.cpp \
            person.cpp \
            birthdayparty.cpp
 HEADERS += person.h \
            birthdayparty.h
 RESOURCES += properties.qrc

 target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/properties
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS properties.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/properties
 INSTALLS += target sources


Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.7.0