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/control/control.pro

    r2 r561  
    2525win32-g++:LIBS += -luuid
    2626
    27 contains(QT_EDITION, OpenSource|Console) {
    28     message( "You are not licensed to use ActiveQt." )
    29 } else {
    30     HEADERS     = qaxaggregated.h \
    31                   qaxbindable.h \
    32                   qaxfactory.h \
    33                   ../shared/qaxtypes.h
     27HEADERS =   qaxaggregated.h \
     28            qaxbindable.h \
     29            qaxfactory.h \
     30            ../shared/qaxtypes.h
    3431
    35     SOURCES     = qaxserver.cpp \
    36                   qaxserverbase.cpp \
    37                   qaxbindable.cpp \
    38                   qaxfactory.cpp \
    39                   qaxservermain.cpp \
    40                   qaxserverdll.cpp \
    41                   qaxmain.cpp \
    42                   ../shared/qaxtypes.cpp
    43 }
     32SOURCES =   qaxserver.cpp \
     33            qaxserverbase.cpp \
     34            qaxbindable.cpp \
     35            qaxfactory.cpp \
     36            qaxservermain.cpp \
     37            qaxserverdll.cpp \
     38            qaxmain.cpp \
     39            ../shared/qaxtypes.cpp
Note: See TracChangeset for help on using the changeset viewer.