summaryrefslogtreecommitdiff
path: root/examples/qtobject/qtobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtobject/qtobject.pro')
-rw-r--r--examples/qtobject/qtobject.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/qtobject/qtobject.pro b/examples/qtobject/qtobject.pro
deleted file mode 100644
index 557603a..0000000
--- a/examples/qtobject/qtobject.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-QT += qml quick
-
-CONFIG += warn_on
-
-SOURCES += \
- main.cpp \
- testobject.cpp
-
-HEADERS += \
- testobject.h
-
-RESOURCES += \
- resources.qrc
-
-OTHER_FILES += \
- main.qml \
- index.html