Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/examples/graphicsview/graphicsview.pro

    r2 r561  
    1 TEMPLATE      = \
    2               subdirs
     1TEMPLATE      = subdirs
    32SUBDIRS       = \
    43              elasticnodes \
    54              collidingmice \
     5
     6
     7
     8
    69              diagramscene \
    710              dragdroprobot \
    8               padnavigator \
    9               basicgraphicslayouts
     11              flowlayout \
     12              anchorlayout \
     13              weatheranchorlayout
    1014
    1115contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids
    12 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= dragdroprobot
     16contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= dragdroprobot
    1317
    1418# install
     
    1721sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview
    1822INSTALLS += target sources
     23
     24
Note: See TracChangeset for help on using the changeset viewer.