Ignore:
Timestamp:
Jun 17, 2010, 3:23:11 AM (15 years ago)
Author:
Simon Hausmann
Message:

[Qt] use "win32-g++*" scope to match all MinGW makespecs

Patch by Mark Brand <[email protected]> on 2010-06-17
Reviewed by Simon Hausmann.

The scope "win32-g++" comes from the name of the makespec. However, it
is frequently used to check for MinGW. This works fine as long as
win32-g++ is the only makespec for MinGW. Now we need the wildcard
to cover "win32-g++-cross" as well.

.:

  • WebKit.pri:

JavaScriptCore:

WebCore:

  • WebCore.pro:

WebKit/qt:

  • Api/DerivedSources.pro:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pro

    r59955 r61319  
    4444
    4545# Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
    46 win32-g++ {
     46win32-g++* {
    4747    TMPPATH            = $$quote($$(INCLUDE))
    4848    QMAKE_INCDIR_POST += $$split(TMPPATH,";")
Note: See TracChangeset for help on using the changeset viewer.