X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOME_INSTALL.pro;h=b6ed67368944eeef4b55d1a6b0537818df48e5e8;hb=11d56da368de92e83f422c03c18fd816daa36a72;hp=409cebea64fcec7356a454de807834b8f27b719c;hpb=e248ae8e6480f161e70bd6d50c2351cf1d64c4e1;p=tools%2Finstall.git diff --git a/src/SALOME_INSTALL.pro b/src/SALOME_INSTALL.pro index 409cebe..b6ed673 100644 --- a/src/SALOME_INSTALL.pro +++ b/src/SALOME_INSTALL.pro @@ -1,13 +1,12 @@ # File : SALOME_INSTALL.pro # Created : Thu Dec 18 12:01:00 2002 # Author : Vadim SANDLER -# Project : PAL/SALOME -# Module : InstallWizard -# Copyright : 2004 CEA -# $Header$ +# Project : SALOME +# Module : Installation Wizard +# 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 @@ -15,6 +14,7 @@ HEADERS += SALOME_XmlHandler.hxx HEADERS += SALOME_HelpWindow.hxx HEADERS += icons.h HEADERS += InstallWizard.h +HEADERS += globals.h SOURCES = main.cxx SOURCES += SALOME_InstallWizard.cxx SOURCES += SALOME_ProductsView.cxx @@ -22,5 +22,8 @@ SOURCES += SALOME_ProgressView.cxx SOURCES += SALOME_XmlHandler.cxx SOURCES += SALOME_HelpWindow.cxx SOURCES += InstallWizard.cpp +SOURCES += icons.cxx TARGET = ../bin/SALOME_InstallWizard -unix:LIBS += -lqt -ldl -lXinerama -lXft -lSM +unix:LIBS += -lqt-mt -ldl -lSM -lXrender -lpng -lmng -ljpeg -lGL -lXinerama +unix:QMAKE_CFLAGS += -Wno-deprecated +unix:QMAKE_CXXFLAGS += -Wno-deprecated