File tree Expand file tree Collapse file tree 6 files changed +22
-999
lines changed
Expand file tree Collapse file tree 6 files changed +22
-999
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,19 @@ INCLUDEPATH += . \
99 /usr/local/include
1010# OBJECTS +=
1111
12- MICO_LIBS = $$system (mico-config --libs )
12+ win32 {
13+ CORBAINC = $$system (mico-config --prefix )/include
14+ CORBALIBS = $$system (mico-config --libs )
15+ DEFINES += HAVE_MICO
16+ } else {
17+ CORBAINC = $$(CORBACFLAGS)
18+ CORBALIBS = $$(CORBALIBS)
19+ DEFINES += $$(USE_CORBA)
20+ }
21+
1322COIN_LIBS = $$system (coin-config --ldflags --libs )
1423SOQT_LIBS = $$system (soqt-config --ldflags --libs )
15- unix :LIBS += -L ${ANTLRHOME }/src -lantlr $${MICO_LIBS } $${COIN_LIBS } $${SOQT_LIBS }
24+ unix :LIBS += -L ${ANTLRHOME }/src -lantlr $${CORBALIBS } $${COIN_LIBS } $${SOQT_LIBS }
1625
1726
1827TARGET = OMNotebook
@@ -26,10 +35,9 @@ QMAKE_LFLAGS+=
2635# correctly. If omc not is installed on the system. Comment out
2736# theese three lines below.
2837DEFINES += OMC
29- MICOHOME = $$system (mico-config --prefix )
3038COIN_INCLUDE = $$system (coin-config --includedir )
3139SOQT_INCLUDE = $$system (soqt-config --includedir )
32- INCLUDEPATH += $${MICOHOME } /include \
40+ INCLUDEPATH += $${CORBAINC } \
3341 $${COIN_INCLUDE } \
3442 $${SOQT_INCLUDE } \
3543 /usr/include/qt4/ \
You can’t perform that action at this time.
0 commit comments