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.
|
|
|
#################################################
|
|
|
|
#
|
|
|
|
# (C) 2010-2011 Serghei Amelian
|
|
|
|
# serghei (DOT) amelian (AT) gmail.com
|
|
|
|
#
|
|
|
|
# Improvements and feedback are welcome
|
|
|
|
#
|
|
|
|
# This file is released under GPL >= 2
|
|
|
|
#
|
|
|
|
#################################################
|
|
|
|
|
|
|
|
install( FILES
|
|
|
|
c-auto cpp-auto fortran-auto java-auto kde gnome c cpp
|
|
|
|
fortran python php perl java java-ant qttmake qtqmake
|
|
|
|
qt4qmake ruby pascal ada
|
|
|
|
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/imports )
|
|
|
|
|
|
|
|
install( FILES
|
|
|
|
c-auto.tdevelop cpp-auto.tdevelop fortran-auto.tdevelop
|
|
|
|
java-auto.tdevelop kde.tdevelop gnome.tdevelop
|
|
|
|
c.tdevelop cpp.tdevelop fortran.tdevelop python.tdevelop
|
|
|
|
php.tdevelop perl.tdevelop java.tdevelop java-ant.tdevelop
|
|
|
|
qttmake.tdevelop qtqmake.tdevelop qt4qmake.tdevelop
|
|
|
|
ruby.tdevelop pascal.tdevelop ada.tdevelop
|
|
|
|
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/importfiles )
|