mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
Qt5: fix plugin installation
This commit is contained in:
parent
809f390e2f
commit
c4458b16b2
3 changed files with 10 additions and 1 deletions
|
|
@ -63,6 +63,9 @@ if(Qt5Widgets_FOUND)
|
|||
include_directories(${Qt5Svg_INCLUDE_DIRS})
|
||||
list(APPEND ORACLE_LIBS Svg)
|
||||
endif()
|
||||
|
||||
# guess plugins directory
|
||||
set(QT_PLUGINS_DIR "${Qt5Widgets_DIR}/../../../plugins")
|
||||
endif()
|
||||
|
||||
INCLUDE_DIRECTORIES(../cockatrice/src)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue