# TDE Config File [General] Name=Gtk-- Application framework Comment=Generates a simple Gtk-- application. Gtkmm >= 2.8.0 should be installed. To edit glade file glade-- (http://home.wtal.de/petig/Gtk/) is required. Category=C++/GTK+ Icon=gtk2mmapp.png FileTemplates=hh,CStyle,cc,CStyle ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp Archive=gtk2mmapp.tar.gz [INCADMIN] Type=include File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true Source=%{src}/app.kdevelop Dest=%{dest}/%{APPNAMELC}.kdevelop [FILE2] Type=install Source=%{src}/app-Makefile.am Dest=%{dest}/Makefile.am [FILE3] Type=install Source=%{src}/configure.in Dest=%{dest}/configure.in [FILE4] Type=install Source=%{src}/acconfig.h Dest=%{dest}/acconfig.h [FILE5] Type=install Source=%{src}/config.h Dest=%{dest}/config.h [FILE6] Type=install Source=%{src}/autogen.sh Dest=%{dest}/autogen.sh [FILE7] Type=install Source=%{src}/gtk2mm.glade Dest=%{dest}/%{APPNAMELC}.glade [FILE8] Type=install Source=%{src}/gtk2mm.gladep Dest=%{dest}/%{APPNAMELC}.gladep [MkDir1] Type=mkdir Dir=%{dest}/src [FILE9] Type=install Source=%{src}/src-Makefile.am Dest=%{dest}/src/Makefile.am [FILE10] Type=install Source=%{src}/gtk2mm.cpp Dest=%{dest}/src/%{APPNAMELC}.cpp [FILE11] Type=install Source=%{src}/main_window.h Dest=%{dest}/src/main_window.h [FILE12] Type=install Source=%{src}/main_window.cpp Dest=%{dest}/src/main_window.cpp [FILE13] Type=install Source=%{src}/main_window_glade.h Dest=%{dest}/src/main_window_glade.h [FILE14] Type=install Source=%{src}/main_window_glade.cpp Dest=%{dest}/src/main_window_glade.cpp [MSG] Type=message Comment=A Gtk-- application framework was created in %{dest}