blob: 831af5ac1f484616b9114f321de9f063723caec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#################################################
#
# (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
)
tde_create_translated_desktop( atlantikdesigner.desktop )
|