| 
            Last change
 on this file was             2, checked in by Dmitry A. Kuminov, 17 years ago           | 
        
        
          | 
             
Initially imported qt-all-opensource-src-4.5.1 from Trolltech. 
 
           | 
        
        
          | 
            File size:
            827 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | # Qt accessibility module
 | 
|---|
| 2 | 
 | 
|---|
| 3 | contains(QT_CONFIG, accessibility) {
 | 
|---|
| 4 |       HEADERS += accessible/qaccessible.h \
 | 
|---|
| 5 |                  accessible/qaccessible2.h \
 | 
|---|
| 6 |                  accessible/qaccessibleobject.h \
 | 
|---|
| 7 |                  accessible/qaccessiblewidget.h \
 | 
|---|
| 8 |                  accessible/qaccessibleplugin.h
 | 
|---|
| 9 |       SOURCES += accessible/qaccessible.cpp \
 | 
|---|
| 10 |                  accessible/qaccessible2.cpp \
 | 
|---|
| 11 |                  accessible/qaccessibleobject.cpp \
 | 
|---|
| 12 |                  accessible/qaccessiblewidget.cpp \
 | 
|---|
| 13 |                  accessible/qaccessibleplugin.cpp
 | 
|---|
| 14 | 
 | 
|---|
| 15 |       mac:!embedded {
 | 
|---|
| 16 |         HEADERS += accessible/qaccessible_mac_p.h
 | 
|---|
| 17 |         OBJECTIVE_SOURCES += accessible/qaccessible_mac.mm
 | 
|---|
| 18 |       } else:win32 { 
 | 
|---|
| 19 |         SOURCES += accessible/qaccessible_win.cpp
 | 
|---|
| 20 |       } else {
 | 
|---|
| 21 |         HEADERS += accessible/qaccessiblebridge.h
 | 
|---|
| 22 |         SOURCES += accessible/qaccessible_unix.cpp accessible/qaccessiblebridge.cpp
 | 
|---|
| 23 |       }
 | 
|---|
| 24 | }
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.