Workaround for dependencies in plugins not resolved correctly
This commit is contained in:
parent
7834d935e2
commit
24f7755358
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
FIND_PACKAGE( Qt4 REQUIRED )
|
||||
SET(QT_USE_QTSCRIPT TRUE)
|
||||
SET(QT_USE_QTNETWORK TRUE)
|
||||
SET(QT_USE_QTUITOOLS TRUE)
|
||||
SET(QT_USE_QTUITOOLS TRUE)
|
||||
IF (APPLE)
|
||||
#This is a workaround for plugins that depends on libraries and will not copy these correctly
|
||||
SET(QT_USE_QTDECLARATIVE TRUE)
|
||||
ENDIF()
|
||||
INCLUDE( ${QT_USE_FILE} )
|
||||
|
||||
FIND_PACKAGE( SignTool REQUIRED )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue