summaryrefslogtreecommitdiffstats
path: root/languages/ruby/app_templates/CMakeLists.txt
blob: 1f8c054ab7a248c7e1c0cb2513b7d0e0cfb634cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

add_subdirectory( rubyhello )
add_subdirectory( qtruby )
add_subdirectory( qtrubyapp )
add_subdirectory( dcopservice )
add_subdirectory( kapp )
add_subdirectory( kxt )
add_subdirectory( rails )
add_subdirectory( qtruby4app )

install( FILES
    ruby.appwizard
  DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE )