Last change
on this file since 555 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
410 bytes
|
Line | |
---|
1 | HEADERS = treeitem.h \
|
---|
2 | treemodel.h
|
---|
3 | RESOURCES = simpletreemodel.qrc
|
---|
4 | SOURCES = treeitem.cpp \
|
---|
5 | treemodel.cpp \
|
---|
6 | main.cpp
|
---|
7 | CONFIG += qt
|
---|
8 |
|
---|
9 | # install
|
---|
10 | target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/simpletreemodel
|
---|
11 | sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.txt
|
---|
12 | sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/simpletreemodel
|
---|
13 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.