diff options
Diffstat (limited to 'examples/qml/cppextensions/referenceexamples/coercion/coercion.pro')
-rw-r--r-- | examples/qml/cppextensions/referenceexamples/coercion/coercion.pro | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/qml/cppextensions/referenceexamples/coercion/coercion.pro b/examples/qml/cppextensions/referenceexamples/coercion/coercion.pro deleted file mode 100644 index 60e8532bab..0000000000 --- a/examples/qml/cppextensions/referenceexamples/coercion/coercion.pro +++ /dev/null @@ -1,13 +0,0 @@ -QT += qml - -SOURCES += main.cpp \ - person.cpp \ - birthdayparty.cpp -HEADERS += person.h \ - birthdayparty.h -RESOURCES += coercion.qrc - -target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/coercion -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS coercion.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/extending/coercion -INSTALLS += target sources |