diff options
Diffstat (limited to 'www/qt5-websockets-qml/files/patch-src_src.pro')
-rw-r--r-- | www/qt5-websockets-qml/files/patch-src_src.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/qt5-websockets-qml/files/patch-src_src.pro b/www/qt5-websockets-qml/files/patch-src_src.pro new file mode 100644 index 000000000000..75d47d8de009 --- /dev/null +++ b/www/qt5-websockets-qml/files/patch-src_src.pro @@ -0,0 +1,12 @@ +We only care about the qml bindings in 'imports'. +The proper part of websockets is built via www/qt5-websockets. + +--- src/src.pro.orig 2017-06-16 04:42:03 UTC ++++ src/src.pro +@@ -1,5 +1,4 @@ + TEMPLATE = subdirs + CONFIG += ordered + +-SUBDIRS += websockets +-qtHaveModule(quick): SUBDIRS += imports ++SUBDIRS += imports |