Last change
on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
568 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | QT += script
|
---|
3 | # Input
|
---|
4 | HEADERS += qcontext2dcanvas.h \
|
---|
5 | context2d.h \
|
---|
6 | domimage.h \
|
---|
7 | environment.h \
|
---|
8 | window.h
|
---|
9 | SOURCES += qcontext2dcanvas.cpp \
|
---|
10 | context2d.cpp \
|
---|
11 | domimage.cpp \
|
---|
12 | environment.cpp \
|
---|
13 | window.cpp \
|
---|
14 | main.cpp
|
---|
15 | RESOURCES += context2d.qrc
|
---|
16 |
|
---|
17 | contains(QT_CONFIG, scripttools): QT += scripttools
|
---|
18 |
|
---|
19 | # install
|
---|
20 | target.path = $$[QT_INSTALL_EXAMPLES]/script/context2d
|
---|
21 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS context2d.pro scripts
|
---|
22 | sources.path = $$[QT_INSTALL_EXAMPLES]/script/context2d
|
---|
23 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.