You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
397 B
18 lines
397 B
##### other data
|
|
|
|
install(
|
|
FILES kommanderplugin.png
|
|
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard
|
|
)
|
|
|
|
install(
|
|
FILES kommanderplugin.tdevtemplate
|
|
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard/templates
|
|
)
|
|
|
|
tde_create_tarball(
|
|
TARGET kommanderplugin.tar.gz
|
|
FILES src-Makefile.am plugin.cpp widget.h widget.cpp app.tdevelop
|
|
DESTINATION ${DATA_INSTALL_DIR}/tdevappwizard
|
|
)
|