Add includepath to telldus-core for plugin Sensors

This commit is contained in:
Micke Prag 2011-10-28 10:31:07 +02:00
parent cb6b3099d5
commit e7ec37aa60

View file

@ -35,4 +35,7 @@ SET( Plugin_EXTRA
SensorValue.qml
)
FIND_PACKAGE(TelldusCore REQUIRED)
SET( Plugin_LIBRARIES ${TELLDUSCORE_LIBRARY} )
INCLUDE( ../TelldusCenterPlugin.cmake NO_POLICY_SCOPE )