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.
24 lines
528 B
24 lines
528 B
#################################################
|
|
#
|
|
# (C) 2013 Slávek Banko
|
|
# slavek (DOT) banko (AT) axis.cz
|
|
#
|
|
# Improvements and feedback are welcome
|
|
#
|
|
# This file is released under GPL >= 2
|
|
#
|
|
#################################################
|
|
|
|
add_subdirectory( designer )
|
|
add_subdirectory( pics )
|
|
|
|
##### other data ################################
|
|
|
|
install( FILES atlantikdesignerui.rc
|
|
DESTINATION ${DATA_INSTALL_DIR}/atlantikdesigner
|
|
)
|
|
|
|
install( FILES atlantikdesigner.desktop
|
|
DESTINATION ${XDG_APPS_INSTALL_DIR}
|
|
)
|