changeset 13502:751bbbcfd6e3

Renamed project files and target binary to octave-gui.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Sun, 17 Jul 2011 18:12:23 +0200
parents 86d6c3b90ad7
children 5ab40ef3d241
files gui/Quint.pro gui/octave-gui.pro gui/start.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
rename from gui/Quint.pro
rename to gui/octave-gui.pro
--- a/gui/Quint.pro
+++ b/gui/octave-gui.pro
@@ -19,7 +19,7 @@
 # Basic settings:
 QT                  += core gui webkit xml opengl   # Qt modules
 TEMPLATE            = app                           # Build as application
-TARGET              = Quint                         # Name of the target binary
+TARGET              = octave-gui                    # Name of the target binary
 
 DESTDIR             = bin                           # Destination of the output
 UI_DIR              = ui-files                      # Folder for ui files
--- a/gui/start.sh
+++ b/gui/start.sh
@@ -17,4 +17,4 @@
 
 LANG=en_US.UTF-8
 cd bin
-./Quint
+./octave-gui