| Last change
 on this file since 687 was             2, checked in by Dmitry A. Kuminov, 16 years ago | 
        
          | 
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
 | 
        
          | File size:
            471 bytes | 
      
      
| Line |  | 
|---|
| 1 | TEMPLATE        = app | 
|---|
| 2 | TARGET          = textedit | 
|---|
| 3 |  | 
|---|
| 4 | CONFIG          += qt warn_on | 
|---|
| 5 |  | 
|---|
| 6 | HEADERS         = textedit.h | 
|---|
| 7 | SOURCES         = textedit.cpp \ | 
|---|
| 8 | main.cpp | 
|---|
| 9 |  | 
|---|
| 10 | RESOURCES += textedit.qrc | 
|---|
| 11 | build_all:!build_pass { | 
|---|
| 12 | CONFIG -= build_all | 
|---|
| 13 | CONFIG += release | 
|---|
| 14 | } | 
|---|
| 15 |  | 
|---|
| 16 | # install | 
|---|
| 17 | target.path = $$[QT_INSTALL_DEMOS]/textedit | 
|---|
| 18 | sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images | 
|---|
| 19 | sources.path = $$[QT_INSTALL_DEMOS]/textedit | 
|---|
| 20 | INSTALLS += target sources | 
|---|
| 21 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.