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.
17 lines
414 B
17 lines
414 B
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE3_INCLUDE_DIR} ${TQT_INCLUDE_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
INSTALL(FILES startlogo.png titlelabel_background.png
|
|
DESTINATION share/apps/kmymoney2/pics/
|
|
)
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#kmymoneydir = $(kde_datadir)/kmymoney2/pics/
|
|
#kmymoney_DATA = startlogo.png titlelabel_background.png
|
|
#
|