]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Modify project file - add 'thread' flag
authorvsr <vsr@opencascade.com>
Tue, 8 Feb 2005 13:58:05 +0000 (13:58 +0000)
committervsr <vsr@opencascade.com>
Tue, 8 Feb 2005 13:58:05 +0000 (13:58 +0000)
src/Makefile
src/README.txt
src/SALOME_INSTALL.pro

index e490dbd68da44f2549e7ae096c506fd9cde24646..ac3fa765a1e0bbf1f36b3169aae530ab1f38c6bd 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 # Makefile for building: ../bin/SALOME_InstallWizard
-# Generated by qmake (1.03a) on: Fri Feb  4 17:21:43 2005
+# Generated by qmake (1.03a) on: Tue Feb  8 18:14:31 2005
 # Project:  SALOME_INSTALL.pro
 # Template: app
 # Command: $(QMAKE) SALOME_INSTALL.pro
@@ -12,14 +12,14 @@ CC       = gcc
 CXX      = g++
 LEX      = flex
 YACC     = yacc
-CFLAGS   = -pipe -Wall -W -O2  -DQT_NO_DEBUG
-CXXFLAGS = -pipe -Wall -W -O2  -DQT_NO_DEBUG
+CFLAGS   = -pipe -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
+CXXFLAGS = -pipe -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
 LEXFLAGS = 
 YACCFLAGS= -d
 INCPATH  = -I$(QTDIR)/include -I$(QTDIR)/mkspecs/default
 LINK     = g++
 LFLAGS   = 
-LIBS     = $(SUBLIBS)  -Wl,-rpath,$(QTDIR)/lib  -L$(QTDIR)/lib  -L/usr/X11R6/lib -ldl -lSM -lqt-mt -lpthread -lXrender -lpng -lmng -ljpeg -lGL -lXinerama -lXext -lX11 -lm
+LIBS     = $(SUBLIBS)  -Wl,-rpath,$(QTDIR)/lib  -L$(QTDIR)/lib  -L/usr/X11R6/lib -ldl -lSM -lXrender -lpng -lmng -ljpeg -lGL -lXinerama -lqt-mt -lpthread -lXext -lX11 -lm
 AR       = ar cqs
 RANLIB   = 
 MOC      = $(QTDIR)/bin/moc
index 77cef65d2a14819f44de51f28ae7e1486175bfe0..9329a6bdbe5ccf74bcfb6a8a4edc923df10ec550 100644 (file)
@@ -14,10 +14,6 @@ To build InstalWizard :
 You can rebuild Makefile by using qmake utility when necessary:
 qmake -o Makefile SALOMEPRO_INSTALL.pro
 
-Note: there is one annoying bug of qmake: it addes -lqt flag to Makefile's
-LIBS variable even if there is qt-mt.so (qt-mt.a) library instead of qt.so (qt.a).
-In this case you should edit manually generated Makefile to remove -lqt flag.
-
 ---------------------------------------------------------
 Using Qt files
 ---------------------------------------------------------
index 9083bfae45ba62db73239157584f85b9290c61e0..835beea029a97eec37e67a817f363f588e2aed28 100644 (file)
@@ -6,7 +6,7 @@
 #  Copyright : 2004-2005 CEA
 
 TEMPLATE       =  app
-CONFIG         += qt warn_on release
+CONFIG         += qt warn_on release thread
 HEADERS                =  SALOME_InstallWizard.hxx
 HEADERS                += SALOME_ProductsView.hxx
 HEADERS                += SALOME_ProgressView.hxx
@@ -23,4 +23,4 @@ SOURCES               += SALOME_XmlHandler.cxx
 SOURCES                += SALOME_HelpWindow.cxx
 SOURCES                += InstallWizard.cpp
 TARGET         = ../bin/SALOME_InstallWizard
-unix:LIBS       += -ldl -lSM -lqt-mt -lpthread -lXrender -lpng -lmng -ljpeg -lGL -lXinerama
+unix:LIBS       += -ldl -lSM -lXrender -lpng -lmng -ljpeg -lGL -lXinerama