telldus/telldus-gui/Plugins/SchedulerGUISimple/CMakeLists.txt
Stefan Persson 8624770f60 Code cleanup
2011-02-21 11:35:24 +00:00

35 lines
620 B
CMake

SET(REQUIRE_PLUGIN_QML TRUE PARENT_SCOPE)
SET(REQUIRE_PLUGIN_SETTINGS TRUE PARENT_SCOPE)
SET(REQUIRE_PLUGIN_SCHEDULER TRUE PARENT_SCOPE)
SET( Plugin_NAME "schedulerguisimple" )
SET( Plugin_PATH "com.telldus.schedulerguisimple" )
SET( Plugin_EXTRA
ActionBar.qml
ActionPoint.qml
actionpointscripts.js
Button.qml
Dialog.qml
icon.png
InfoBox.qml
main.qml
mainscripts.js
NavButton.qml
schedulerscripts.js
absolute.png
sunrise.png
sunset.png
on.png
off.png
dim.png
bell.png
info.png
fuzzy.png
ticked.png
unticked.png
alwaysticked.png
qmldir
)
INCLUDE( ../TelldusCenterPlugin.cmake NO_POLICY_SCOPE )