summaryrefslogtreecommitdiffstats
path: root/kommander/working/plugintemplate/kommanderplugin.tdevtemplate
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/working/plugintemplate/kommanderplugin.tdevtemplate')
-rw-r--r--kommander/working/plugintemplate/kommanderplugin.tdevtemplate66
1 files changed, 66 insertions, 0 deletions
diff --git a/kommander/working/plugintemplate/kommanderplugin.tdevtemplate b/kommander/working/plugintemplate/kommanderplugin.tdevtemplate
new file mode 100644
index 00000000..3aad17f7
--- /dev/null
+++ b/kommander/working/plugintemplate/kommanderplugin.tdevtemplate
@@ -0,0 +1,66 @@
+# KDE Config File
+[General]
+Name=Kommander Plugin
+Category=C++/Kommander/
+Comment=This generates a plugin for Kommander
+FileTemplates=h,CStyle,cpp,CStyle
+ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}.cpp
+Archive=kommanderplugin.tar.gz
+
+[ADMIN]
+Type=include
+File=%{tdevelop}/template-common/admin.tdevtemplate
+
+[GNU]
+Type=include
+File=%{tdevelop}/template-common/gnu.tdevtemplate
+
+[MkDir1]
+Type=mkdir
+Dir=%{dest}/src
+
+[FILE1]
+Type=install
+EscapeXML=true
+Source=%{src}/app.tdevelop
+Dest=%{dest}/%{APPNAMELC}.tdevelop
+
+[FILE2]
+Type=install
+Source=%{src}/src-Makefile.am
+Dest=%{dest}/src/Makefile.am
+
+[FILE3]
+Type=install
+Source=%{src}/widget.cpp
+Dest=%{dest}/src/%{APPNAMELC}.cpp
+
+[FILE4]
+Type=install
+Source=%{src}/widget.h
+Dest=%{dest}/src/%{APPNAMELC}.h
+
+[FILE5]
+Type=install
+Source=%{src}/plugin.cpp
+Dest=%{dest}/src/%{APPNAMELC}plugin.cpp
+
+[FILE6]
+Type=install
+Source=%{tdevelop}/template-common/kde-Makefile.cvs
+Dest=%{dest}/Makefile.cvs
+
+[FILE7]
+Type=install
+Source=%{tdevelop}/template-common/tde-configure.in.in
+Dest=%{dest}/configure.in.in
+
+[FILE8]
+Type=install
+Source=%{tdevelop}/template-common/kde-Makefile.am
+Dest=%{dest}/Makefile.am
+
+
+[MSG]
+Type=message
+Comment=A Kommander plugin was created in %{dest}