Last change
on this file since 289 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
414 bytes
|
Line | |
---|
1 | SOURCES += main.cpp mainwindow.cpp commands.cpp document.cpp
|
---|
2 | HEADERS += mainwindow.h commands.h document.h
|
---|
3 | FORMS += mainwindow.ui
|
---|
4 |
|
---|
5 | build_all:!build_pass {
|
---|
6 | CONFIG -= build_all
|
---|
7 | CONFIG += release
|
---|
8 | }
|
---|
9 |
|
---|
10 | RESOURCES += undo.qrc
|
---|
11 |
|
---|
12 | # install
|
---|
13 | target.path = $$[QT_INSTALL_DEMOS]/undo
|
---|
14 | sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
|
---|
15 | sources.path = $$[QT_INSTALL_DEMOS]/undo
|
---|
16 | INSTALLS += target sources
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.