qtdeclarative/examples/qml/referenceexamples/default/default.pro

12 lines
248 B
Prolog
Raw Normal View History

QT += qml
SOURCES += main.cpp \
person.cpp \
birthdayparty.cpp
HEADERS += person.h \
birthdayparty.h
RESOURCES += default.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/default
INSTALLS += target