Let the script files live in the plugin directory instead of in its own structure.
This commit is contained in:
parent
d55fe448f3
commit
b07b39f5a1
7 changed files with 2 additions and 5 deletions
|
@ -41,9 +41,9 @@ IF(Plugin_PATH)
|
|||
ENDIF (APPLE)
|
||||
|
||||
LIST(APPEND translation_sources
|
||||
"${CMAKE_SOURCE_DIR}/TelldusCenter/Plugins/script/${path}/__init__.js"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/__init__.js"
|
||||
)
|
||||
LIST(APPEND Plugin_FILES "${CMAKE_SOURCE_DIR}/TelldusCenter/Plugins/script/${path}/__init__.js")
|
||||
LIST(APPEND Plugin_FILES "${CMAKE_CURRENT_SOURCE_DIR}/__init__.js")
|
||||
|
||||
ENDIF(Plugin_PATH)
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
__setupPackage__( __extension__ );
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue