aboutsummaryrefslogtreecommitdiff
path: root/lang/qt5-qml/files/patch-src__src.pro
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-11-04 19:00:53 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-11-04 19:00:53 +0000
commit89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch)
treee0f4b7d2567ee42aa9691bf31504507d0e3eaaca /lang/qt5-qml/files/patch-src__src.pro
parent29439ee094406379a3bf20855d95ae8c42f20200 (diff)
downloadports-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.gz
ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.zip
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
Notes
Notes: svn path=/head/; revision=484140
Diffstat (limited to 'lang/qt5-qml/files/patch-src__src.pro')
-rw-r--r--lang/qt5-qml/files/patch-src__src.pro34
1 files changed, 0 insertions, 34 deletions
diff --git a/lang/qt5-qml/files/patch-src__src.pro b/lang/qt5-qml/files/patch-src__src.pro
deleted file mode 100644
index baeb94ea8e94..000000000000
--- a/lang/qt5-qml/files/patch-src__src.pro
+++ /dev/null
@@ -1,34 +0,0 @@
-Only enter the directories we want to build, otherwise we might fail due to
-missing dependencies.
---- src/src.pro.orig 2018-06-15 11:30:15 UTC
-+++ src/src.pro
-@@ -1,29 +1,11 @@
- TEMPLATE = subdirs
- CONFIG += ordered
- include($$OUT_PWD/qml/qtqml-config.pri)
--include($$OUT_PWD/quick/qtquick-config.pri)
- QT_FOR_CONFIG += qml quick-private
- SUBDIRS += \
- qml
-
--qtHaveModule(gui):qtConfig(animation) {
-- SUBDIRS += \
-- quick
--
-- qtConfig(testlib): SUBDIRS += qmltest
-- qtConfig(quick-particles): \
-- SUBDIRS += particles
-- qtHaveModule(widgets): SUBDIRS += quickwidgets
--}
--
- SUBDIRS += \
-- plugins \
-- imports \
- qmldevtools
-
- qmldevtools.depends = qml
--
--qtConfig(qml-network) {
-- QT_FOR_CONFIG += network
-- qtConfig(localserver):qtConfig(qml-debug): SUBDIRS += qmldebug
--}