Changeset 412 for trunk/projects.pro


Ignore:
Timestamp:
Dec 10, 2009, 10:30:10 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

general: Made it build using GCC4 and fixed a couple warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/projects.pro

    r406 r412  
    1111   QT_BUILD_PARTS = libs tools examples demos docs translations
    1212} else { #make sure the order makes sense
     13
     14
     15
     16
     17
    1318   contains(QT_BUILD_PARTS, tools) {
    1419       QT_BUILD_PARTS -= tools
     
    1924       QT_BUILD_PARTS = libs $$QT_BUILD_PARTS
    2025   }
    21    contains(QT_BUILD_PARTS, qmake) {
     26   contains(QT_BUILD_PARTS, qmake) {
    2227       QT_BUILD_PARTS -= qmake
    2328       QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
Note: See TracChangeset for help on using the changeset viewer.