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/src/activeqt/container/container.pro

    r2 r561  
    2222win32-g++:LIBS += -luuid
    2323
    24 contains(QT_EDITION, OpenSource|Console) {
    25     message( "You are not licensed to use ActiveQt." )
    26 } else {
    27     HEADERS         = ../control/qaxaggregated.h \
    28                       qaxbase.h \
    29                       qaxwidget.h \
    30                       qaxobject.h \
    31                       qaxscript.h \
    32                       qaxselect.h \
    33                       ../shared/qaxtypes.h
     24HEADERS =   ../control/qaxaggregated.h \
     25            qaxbase.h \
     26            qaxwidget.h \
     27            qaxobject.h \
     28            qaxscript.h \
     29            qaxselect.h \
     30            ../shared/qaxtypes.h
    3431
    35     SOURCES         = qaxbase.cpp \
    36                       qaxdump.cpp \
    37                       qaxwidget.cpp \
    38                       qaxobject.cpp \
    39                       qaxscript.cpp \
    40                       qaxscriptwrapper.cpp \
    41                       qaxselect.cpp \
    42                       ../shared/qaxtypes.cpp
     32SOURCES =  qaxbase.cpp \
     33            qaxdump.cpp \
     34            qaxwidget.cpp \
     35            qaxobject.cpp \
     36            qaxscript.cpp \
     37            qaxscriptwrapper.cpp \
     38            qaxselect.cpp \
     39            ../shared/qaxtypes.cpp
    4340
    44     FORMS           = qaxselect.ui
    45 }
     41FORMS =     qaxselect.ui
Note: See TracChangeset for help on using the changeset viewer.