Changeset 24f775


Ignore:
Timestamp:
02/02/12 17:22:11 (3 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
72e480a8705ad038a2628610d8c62b4ba17f5949
Parents:
7834d935e2929edbb52df7401a4cd4be4861fb96
git-author:
Micke Prag <micke.prag@telldus.se>2012-02-02 17:21:48+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-02-02 17:22:11+01:00
Message:

Workaround for dependencies in plugins not resolved correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-gui/TelldusCenter/CMakeLists.txt

    r084930 r24f775  
    33SET(QT_USE_QTNETWORK TRUE) 
    44SET(QT_USE_QTUITOOLS TRUE) 
     5IF (APPLE) 
     6        #This is a workaround for plugins that depends on libraries and will not copy these correctly 
     7        SET(QT_USE_QTDECLARATIVE TRUE) 
     8ENDIF() 
    59INCLUDE( ${QT_USE_FILE} ) 
    610 
Note: See TracChangeset for help on using the changeset viewer.