Changeset 52313 in webkit for trunk/JavaScriptCore/pcre


Ignore:
Timestamp:
Dec 18, 2009, 9:06:24 AM (15 years ago)
Author:
Simon Hausmann
Message:

[Qt] Clean up the qmake build system to distinguish between trunk builds and package builds

Reviewed by Tor Arne Vestbø.

https://bugs.webkit.org/show_bug.cgi?id=32716

.:

  • WebKit.pri: Use standalone_package instead of QTDIR_build

JavaScriptCore:

  • pcre/pcre.pri: Use standalone_package instead of QTDIR_build

WebCore:

Introduce standalone_package as config that is set when QTDIR_build is set or when
the directory for the generated files is present.

Renamed uses of QTDIR_build that apply to generic package builds to use standalone_package.
Others remain as they are specific to building inside Qt.

  • WebCore.pro:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/pcre/pcre.pri

    r38508 r52313  
    1313    pcre_xclass.cpp
    1414
    15 !CONFIG(QTDIR_build) {
     15!CONFIG(standalone_package) {
    1616    defineTest(addExtraCompiler) {
    1717        QMAKE_EXTRA_COMPILERS += $$1
Note: See TracChangeset for help on using the changeset viewer.