| Last change
 on this file since 751 was             561, checked in by Dmitry A. Kuminov, 16 years ago | 
        
          | 
trunk: Merged in qt 4.6.1 sources.
 | 
        
          | File size:
            588 bytes | 
      
      
| Line |  | 
|---|
| 1 | TEMPLATE = app | 
|---|
| 2 | TARGET = | 
|---|
| 3 | DEPENDPATH += . | 
|---|
| 4 | INCLUDEPATH += . | 
|---|
| 5 | CONFIG += qdbus | 
|---|
| 6 |  | 
|---|
| 7 | # Input | 
|---|
| 8 | HEADERS += chat.h chat_adaptor.h chat_interface.h | 
|---|
| 9 | SOURCES += chat.cpp chat_adaptor.cpp chat_interface.cpp | 
|---|
| 10 | FORMS += chatmainwindow.ui chatsetnickname.ui | 
|---|
| 11 |  | 
|---|
| 12 | #DBUS_ADAPTORS += com.trolltech.chat.xml | 
|---|
| 13 | #DBUS_INTERFACES += com.trolltech.chat.xml | 
|---|
| 14 |  | 
|---|
| 15 | # install | 
|---|
| 16 | target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat | 
|---|
| 17 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml | 
|---|
| 18 | sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat | 
|---|
| 19 | INSTALLS += target sources | 
|---|
| 20 |  | 
|---|
| 21 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.