blob: ffca9d78ddcc57f05ace665fe21850665659cbbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Disable the build of the qml part.
Splitting them out allows us to use websockets in non-gui applications.
--- src/src.pro.orig 2017-06-16 04:39:03 UTC
+++ src/src.pro
@@ -3,5 +3,4 @@ CONFIG += ordered
qtConfig(textcodec) {
SUBDIRS += websockets
- qtHaveModule(quick): SUBDIRS += imports
}
|