Ignore:
Timestamp:
09/07/11 16:35:12 (21 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'a231b56d57a69513303d0061f5fa3e3cd51c85c1')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
b373e9e454bbf4e2071c291073798082f7cc21b3
Parents:
27cc14dcd0f4c0b905ecf9ed55bbd9cd83ce2013
git-author:
Micke Prag <micke.prag@telldus.se>2011-09-07 14:35:12+00:00
git-committer:
Micke Prag <micke.prag@telldus.se>2011-09-07 14:35:12+00:00
Message:

We should rewrite the path to TelldusGui also. Only TelldusCore should be left untouched

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-gui/Plugins/TelldusCenterPlugin.cmake

    r0e0e68 ra7c2e8  
    9494                                GET_ITEM_KEY(\"\${pr}\" rkey) 
    9595                                 
    96                                 #Don't change the path to our own libraries 
    97                                 IF (NOT \"\${rkey}\" MATCHES \"^Telldus\") 
     96                                #Don't change the path to TelldusCore 
     97                                IF (NOT \"\${rkey}\" STREQUAL \"TelldusCore\") 
    9898                                        #Check to see if this is ourself 
    9999                                        IF (NOT \${pkey} STREQUAL \${rkey}) 
Note: See TracChangeset for help on using the changeset viewer.