comparison gui/octave-gui.pro @ 14265:2254d7c14f41 gui

Provided a patch in the pro for Windows, which does not need qterminal. * octave-gui.pro: Embraced qterminal library with unix tags.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Wed, 25 Jan 2012 02:33:10 +0100
parents 5dcfb705ce12
children 4a6867289e24
comparison
equal deleted inserted replaced
14263:6e6194a7b102 14265:2254d7c14f41
29 languages/de-de.ts \ 29 languages/de-de.ts \
30 languages/pt-br.ts \ 30 languages/pt-br.ts \
31 languages/es-es.ts \ 31 languages/es-es.ts \
32 languages/ru-ru.ts \ 32 languages/ru-ru.ts \
33 languages/uk-ua.ts # Available translations 33 languages/uk-ua.ts # Available translations
34 LIBS += -lqscintilla2 -Lqterminal/libqterminal -lqterminal $$system(mkoctfile -p LIBS) $$system(mkoctfile -p OCTAVE_LIBS) 34 LIBS += -lqscintilla2 $$system(mkoctfile -p LIBS) $$system(mkoctfile -p OCTAVE_LIBS)
35 35
36 mac { 36 mac {
37 CONFIG -= app_bundle 37 CONFIG -= app_bundle
38 } 38 }
39 39
50 mac { 50 mac {
51 LFLAGS += -L/opt/local-native/lib 51 LFLAGS += -L/opt/local-native/lib
52 } 52 }
53 53
54 unix { 54 unix {
55 LIBS += -lutil 55 LIBS += -lutil -Lqterminal/libqterminal -lqterminal
56 } 56 }
57 57
58 win32-g++ { 58 win32-g++ {
59 QMAKE_LFLAGS += --enable-auto-import 59 QMAKE_LFLAGS += --enable-auto-import
60 } 60 }