diff options
Diffstat (limited to 'languages/python/app_templates/pyqt/CMakeLists.txt')
-rw-r--r-- | languages/python/app_templates/pyqt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/app_templates/pyqt/CMakeLists.txt b/languages/python/app_templates/pyqt/CMakeLists.txt index 131e2165..672d6652 100644 --- a/languages/python/app_templates/pyqt/CMakeLists.txt +++ b/languages/python/app_templates/pyqt/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( pyqt.tar.gz ALL COMMAND tar zcf pyqt.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.py app.kdevelop fileopen.pyxpm fileprint.pyxpm + app.py app.tdevelop fileopen.pyxpm fileprint.pyxpm filesave.pyxpm app-Makefile.am app-autogen.sh app-configure.ac documentdetails.ui missing install-sh mkinstalldirs pyqt-am-preproc.py templates-ui-dialog |