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