diff options
Diffstat (limited to 'languages/python/app_templates/Makefile.am')
-rw-r--r-- | languages/python/app_templates/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/python/app_templates/Makefile.am b/languages/python/app_templates/Makefile.am new file mode 100644 index 00000000..1ca030e1 --- /dev/null +++ b/languages/python/app_templates/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = pythonhello pytk pyqt +profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE +profiles_DATA = python.appwizard |