Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8a633eeb382abbb91f88e7988246226f1c56d5eb
Authored by
Charles Otto
2016-06-07 11:08:48 -0700
1 parent
6b0f85a2
Redo default QtNetwork to off
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/cmake/network.cmake
openbr/plugins/cmake/network.cmake
View file @
8a633ee
1
-option(BR_WITH_QTNETWORK "Build with QtNetwork" O
N
)
1
+option(BR_WITH_QTNETWORK "Build with QtNetwork" O
FF
)
2
2
if(${BR_WITH_QTNETWORK})
3
3
find_package(Qt5Network)
4
4
find_package(HttpParser)
...
...