Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
42c0b09f
Commit
42c0b09f
authored
Apr 16, 2015
by
Fabio Bas
Browse files
Remove dependency on QtXml (unused)
parent
2f35e86b
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/CMakeLists.txt
View file @
42c0b09f
...
...
@@ -128,7 +128,6 @@ if(Qt4_FOUND)
SET
(
QT_USE_QTNETWORK TRUE
)
SET
(
QT_USE_QTMULTIMEDIA TRUE
)
SET
(
QT_USE_QTXML TRUE
)
SET
(
QT_USE_QTSVG TRUE
)
# Include directories
...
...
@@ -177,13 +176,6 @@ if(Qt5Widgets_FOUND)
list
(
APPEND COCKATRICE_LIBS PrintSupport
)
endif
()
# QtXml
find_package
(
Qt5Xml
)
if
(
Qt5Xml_FOUND
)
include_directories
(
${
Qt5Xml_INCLUDE_DIRS
}
)
list
(
APPEND COCKATRICE_LIBS Xml
)
endif
()
# QtSvg
find_package
(
Qt5Svg
)
if
(
Qt5Svg_FOUND
)
...
...
oracle/CMakeLists.txt
View file @
42c0b09f
...
...
@@ -45,7 +45,6 @@ set(ORACLE_LIBS)
# Qt4 stuff
if
(
Qt4_FOUND
)
SET
(
QT_USE_QTNETWORK TRUE
)
SET
(
QT_USE_QTXML TRUE
)
SET
(
QT_USE_QTSVG TRUE
)
# Include directories
...
...
@@ -84,13 +83,6 @@ if(Qt5Widgets_FOUND)
list
(
APPEND ORACLE_LIBS Network
)
endif
()
# QtXml
find_package
(
Qt5Xml
)
if
(
Qt5Xml_FOUND
)
include_directories
(
${
Qt5Xml_INCLUDE_DIRS
}
)
list
(
APPEND ORACLE_LIBS Xml
)
endif
()
# QtSvg
find_package
(
Qt5Svg
)
if
(
Qt5Svg_FOUND
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment