Ignore:
Timestamp:
Sep 13, 2011, 1:44:23 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

Use a common file for VERSION definition.

This is much better than spreading this information over five
different files (three of which are forgotten and haven't been
updated since Qt 4.3.0).

This fixes a r1050 regression that caused Designer DLLs to
lose the major version suffix and completely supersedes r385
(still fixing what r1050 fixed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/designer/src/uitools/uitools.pro

    r561 r1077  
    1515DEFINES += QFORMINTERNAL_NAMESPACE QT_DESIGNER_STATIC QT_FORMBUILDER_NO_SCRIPT
    1616
     17include(../../../../src/qt_version.pri)
    1718include(../../../../src/qt_targets.pri)
    1819QMAKE_TARGET_PRODUCT = UiLoader
Note: See TracChangeset for help on using the changeset viewer.