summaryrefslogtreecommitdiff
path: root/www/qt5-websockets-qml/files/patch-src_src.pro
blob: d63328f5f18926cc560d49d17e0866ed9bf66e86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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
@@ -2,6 +2,5 @@ TEMPLATE = subdirs
 CONFIG += ordered
 
 qtConfig(textcodec) {
-    SUBDIRS += websockets
     qtHaveModule(quick): SUBDIRS += imports
 }