aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 13:37:58 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-01-15 15:34:22 +0100
commit78ab4b8d8b75fed240cded1a3f182048e56a8823 (patch)
tree96cdc6b049a1f8330648134eecfe74b75be28350 /src/qmldom
parentbd017c18ab1faa6011db12afadade74172e03de7 (diff)
Remove the qmake project files
Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmldom')
-rw-r--r--src/qmldom/qmldom.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/qmldom/qmldom.pro b/src/qmldom/qmldom.pro
deleted file mode 100644
index 9f64ff599f..0000000000
--- a/src/qmldom/qmldom.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-option(host_build)
-TARGET = QtQmlDom
-QT = core-private qmldevtools-private
-CONFIG += minimal_syncqt internal_module generated_privates
-
-DEFINES += QMLDOM_LIBRARY
-
-SOURCES += \
- $$PWD/qqmldomerrormessage.cpp \
- $$PWD/qqmldomexternalitems.cpp \
- $$PWD/qqmldomitem.cpp \
- $$PWD/qqmldompath.cpp \
- $$PWD/qqmldomtop.cpp \
- $$PWD/qqmldomstringdumper.cpp
-
-HEADERS += \
- $$PWD/qqmldom_fwd_p.h \
- $$PWD/qqmldom_global.h \
- $$PWD/qqmldomconstants_p.h \
- $$PWD/qqmldomerrormessage_p.h \
- $$PWD/qqmldomexternalitems_p.h \
- $$PWD/qqmldomitem_p.h \
- $$PWD/qqmldompath_p.h \
- $$PWD/qqmldomtop_p.h \
- $$PWD/qqmldomstringdumper_p.h
-
-load(qt_module)