diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 14:35:46 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 14:35:46 -0600 |
commit | 510bd507eca1284ba1e85c5da8ecca82d3574023 (patch) | |
tree | b6e1397a7765c6701685da74ce329bd5f9dac704 /kommander/working/plugintemplate | |
parent | 8a4a98cbfd7de33b8f614e7e4f0c9fa68076d98d (diff) | |
download | tdewebdev-510bd507eca1284ba1e85c5da8ecca82d3574023.tar.gz tdewebdev-510bd507eca1284ba1e85c5da8ecca82d3574023.zip |
Update and rename files in support of commit 722ce1ef.
Diffstat (limited to 'kommander/working/plugintemplate')
-rw-r--r-- | kommander/working/plugintemplate/Makefile.am | 4 | ||||
-rw-r--r-- | kommander/working/plugintemplate/app.tdevelop | 40 | ||||
-rw-r--r-- | kommander/working/plugintemplate/kommanderplugin.tdevtemplate (renamed from kommander/working/plugintemplate/kommanderplugin.kdevtemplate) | 4 |
3 files changed, 24 insertions, 24 deletions
diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am index 06a26086..037be656 100644 --- a/kommander/working/plugintemplate/Makefile.am +++ b/kommander/working/plugintemplate/Makefile.am @@ -3,10 +3,10 @@ dataFiles = src-Makefile.am plugin.cpp \ templateName = kommanderplugin ### no need to change below: -template_DATA = $(templateName).kdevtemplate +template_DATA = $(templateName).tdevtemplate templatedir = ${appwizarddatadir}/templates -appwizarddatadir = ${kde_datadir}/kdevappwizard +appwizarddatadir = ${kde_datadir}/tdevappwizard $(templateName).tar.gz: ${dataFiles} $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles} $(GZIP_COMMAND) -f9 $(templateName).tar diff --git a/kommander/working/plugintemplate/app.tdevelop b/kommander/working/plugintemplate/app.tdevelop index 89685ef6..c86ca64c 100644 --- a/kommander/working/plugintemplate/app.tdevelop +++ b/kommander/working/plugintemplate/app.tdevelop @@ -14,16 +14,16 @@ <keyword>KDevelop</keyword> </keywords> </general> - <kdevcppsupport> + <tdevcppsupport> <qt> <version>3</version> <used>true</used> <includestyle>3</includestyle> <designerintegration>EmbeddedKDevDesigner</designerintegration> </qt> - </kdevcppsupport> + </tdevcppsupport> - <kdevautoproject> + <tdevautoproject> <general> <activetarget>src/%{APPNAMELC}</activetarget> <useconfiguration>debug</useconfiguration> @@ -34,22 +34,22 @@ <configurations> <optimized> <builddir>optimized</builddir> - <ccompiler>kdevgccoptions</ccompiler> - <cxxcompiler>kdevgppoptions</cxxcompiler> - <f77compiler>kdevg77options</f77compiler> + <ccompiler>tdevgccoptions</ccompiler> + <cxxcompiler>tdevgppoptions</cxxcompiler> + <f77compiler>tdevg77options</f77compiler> <cxxflags>-O2 -g0</cxxflags> </optimized> <debug> <configargs>--enable-debug=full</configargs> <builddir>debug</builddir> - <ccompiler>kdevgccoptions</ccompiler> - <cxxcompiler>kdevgppoptions</cxxcompiler> - <f77compiler>kdevg77options</f77compiler> + <ccompiler>tdevgccoptions</ccompiler> + <cxxcompiler>tdevgppoptions</cxxcompiler> + <f77compiler>tdevg77options</f77compiler> <cxxflags>-O0 -g3</cxxflags> </debug> </configurations> -</kdevautoproject> - <kdevfileview> +</tdevautoproject> + <tdevfileview> <groups> <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> <group pattern="*.ui" name="User Interface" /> @@ -57,8 +57,8 @@ <group pattern="*.po;*.ts" name="Translations" /> <group pattern="*" name="Others" /> </groups> - </kdevfileview> - <kdevdoctreeview> + </tdevfileview> + <tdevdoctreeview> <ignoretocs> <toc>ada</toc> <toc>ada_bugs_gcc</toc> @@ -93,24 +93,24 @@ <ignoreqt_xml> <toc>qmake User Guide</toc> </ignoreqt_xml> - </kdevdoctreeview> - <kdevdebugger> + </tdevdoctreeview> + <tdevdebugger> <general> <dbgshell>libtool</dbgshell> </general> - </kdevdebugger> - <kdevfilecreate> + </tdevdebugger> + <tdevfilecreate> <filetypes/> <useglobaltypes> <type ext="ui" /> <type ext="cpp" /> <type ext="h" /> </useglobaltypes> - </kdevfilecreate> - <kdevdocumentation> + </tdevfilecreate> + <tdevdocumentation> <projectdoc> <docsystem>Doxygen Documentation Collection</docsystem> <docurl>%{APPNAMELC}.tag</docurl> </projectdoc> - </kdevdocumentation> + </tdevdocumentation> </tdevelop> diff --git a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate b/kommander/working/plugintemplate/kommanderplugin.tdevtemplate index b5c3c303..3aad17f7 100644 --- a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate +++ b/kommander/working/plugintemplate/kommanderplugin.tdevtemplate @@ -9,11 +9,11 @@ Archive=kommanderplugin.tar.gz [ADMIN] Type=include -File=%{tdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.tdevtemplate [GNU] Type=include -File=%{tdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.tdevtemplate [MkDir1] Type=mkdir |