Last change
on this file since 1168 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
423 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = extended
|
---|
3 | DEPENDPATH += .
|
---|
4 | INCLUDEPATH += .
|
---|
5 | QT += declarative
|
---|
6 |
|
---|
7 | # Input
|
---|
8 | SOURCES += main.cpp \
|
---|
9 | lineedit.cpp
|
---|
10 | HEADERS += lineedit.h
|
---|
11 | RESOURCES += extended.qrc
|
---|
12 | target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/extended
|
---|
13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS extended.pro
|
---|
14 | sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/extended
|
---|
15 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.