Changeset 999 for trunk/config


Ignore:
Timestamp:
Apr 20, 2009, 12:11:15 PM (15 years ago)
Author:
garnier
Message:

Respect standard for Qt include and lib path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/History

    r921 r999  
    1 $Id: History,v 1.340 2008/12/04 14:59:44 lgarnier Exp $
     1cvs log $Id: History,v 1.354 2009/04/20 10:10:25 lgarnier Exp $
    22-------------------------------------------------------------------
    33
     
    1616     * Reverse chronological order (last date on top), please *
    1717     ----------------------------------------------------------
    18 4th December 2008 : Laurent Garnier
    19 - Darwin.gmk: Fix a mistake in GLlibs for Leopard.
     18
     1920 April 2009  Laurent Garnier
     20- sys/Linux-g++.gmk: Corrections to respect Standard location for include
     21  and lib paths for Qt. Try to find better if Qt is not located in a standard
     22  place 
     23
     248 Mars 2009  Laurent Garnier
     25- sys/Darwin-g++.gmk: Bug fix for Qt non standard installation
     26- sys/Linux-g++.gmk: Change way to fing QtLib by default
     27- sys+Win32-VC.gmk: Bug fix for building GLQTLIBS
     28
     295 Mars 2009  Guy Barrand
     30- analysis.gmk: WIN32-VC : arrange so that what is returned
     31  by `aida-config --lib`, which may have the Windows LINK.exe syntax,
     32  be understood by g++ which is in fact used on CYGWIN
     33  to link applications. Then we transform /LIBPATH options to
     34  -libpath options and change the path backslash syntax to
     35  a slash syntax. With that someone can use the AIDA implementation
     36  coming from an osc-batch or osc-vis binary kit built for
     37  Windows-VisualC++, in a G4 example using AIDA built from CYGWIN with
     38  a G4 built with the VisualC++ compiler (then having a WIN32-VC G4SYSTEM).
     39- G4UI_USE.gmk: suppress the G4UI_USE_OSC logic.
     40  From OpenScientist/16.8, the osc-g4-vis program can instrument
     41  directly the GNUmakefile of an example or of a user application
     42  which is a clone of some G4 example. And then we let clean
     43  the G4 make files concerning OpenScientist.
     44
     4527th February 2009  Gabriele Cosmo (config-V09-02-04)
     46- common.gmk, globlib.gmk: added removal of moc sources in clean target.
     47
     4826th February 2009  Gabriele Cosmo (config-V09-02-03)
     49- Linux-g++.gmk: simplified Qt setup to conform to standard Qt installation.
     50
     5126th January 2009  Gabriele Cosmo (config-V09-02-02)
     52- architecture.gmk: restored generic name for XercesC library for WIN32-VC.
     53
     5420th January 2009  Gunter Folger (config-V09-02-01)
     55- architecture.gmk: changed name of XercesC library for WIN32-VC.
     56
     579th January 2009  Gabriele Cosmo (config-V09-02-00)
     58- Added -lXi to X11LIBS for Linux-g++, Linux-icc and WIN32-g++ configurations,
     59  required for correct linkage with OpenInventor Coin3D libraries (suggestion
     60  by F.Jones).
     61
     629th December 2008  Guy Barrand (config-V09-01-17)
     63- G4UI_USE.gmk: corrected G4UI_USE_OSC to use $(shell ...) instead
     64  of direct backquoting to solve a tricky env expansion problem,
     65  restricted to the Open-Scientist setup.
     66
     678th December 2008  John Allison (config-V09-01-16)
     68- G4UI_USE.gmk: added -DG4UI_USE to CPPFLAGS. Re-ordered G4UI_NONE
     69  and G4UI_USE_INCLUDED blocks to be coherent with G4VIS_USE.gmk.
     70
     714th December 2008  Laurent Garnier (config-V09-01-15)
     72- Darwin.gmk: fixed mistake in setting of OGLLIBS for Leopard.
    2073
    21744th December 2008  Gabriele Cosmo, Ben Morgan (config-V09-01-14)
Note: See TracChangeset for help on using the changeset viewer.