summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pyqt/app-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'languages/python/app_templates/pyqt/app-Makefile.am')
-rw-r--r--languages/python/app_templates/pyqt/app-Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/languages/python/app_templates/pyqt/app-Makefile.am b/languages/python/app_templates/pyqt/app-Makefile.am
new file mode 100644
index 00000000..78df3505
--- /dev/null
+++ b/languages/python/app_templates/pyqt/app-Makefile.am
@@ -0,0 +1,14 @@
+
+EXEEXT=
+
+pyui_files= documentdetails.py
+
+%.py : %.ui
+ pyuic $< >$@
+
+
+bin_PROGRAMS = %{APPNAMELC}
+%{APPNAMELC}_SOURCES = %{APPNAMELC}.py documentdetails.ui
+
+%{APPNAMELC}$(EXEEXT): $(pyui_files)
+ echo "Done"