No, we don't need the network or OpenGL libraries to build zcinema.

Sat, 06 Jun 2015 23:13:41 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 06 Jun 2015 23:13:41 +0300
changeset 47
4a0ad0a08ea1
parent 46
07578e081ae8
child 48
e121ea9dba93

No, we don't need the network or OpenGL libraries to build zcinema.

CMakeLists.txt file | annotate | diff | comparison | revisions
--- a/CMakeLists.txt	Sat Jun 06 23:12:59 2015 +0300
+++ b/CMakeLists.txt	Sat Jun 06 23:13:41 2015 +0300
@@ -4,8 +4,6 @@
 if (USE_QT5)
 	find_package (Qt5Widgets REQUIRED)
 	find_package (Qt5Core REQUIRED)
-	find_package (Qt5OpenGL REQUIRED)
-	find_package (Qt5Network REQUIRED)
 	set (CMAKE_AUTOMOC ON)
 else()
 	find_package (Qt4 REQUIRED)

mercurial