Last change
on this file since 520 was 520, checked in by Dmitry A. Kuminov, 15 years ago |
examples: painting/svggenerator: Add CWD to DEPENDPATH and INCLUDEPATH which is necessary for compilers that don't look in the CWD for included files by default [vendor bug].
|
File size:
485 bytes
|
Line | |
---|
1 | FORMS = forms/window.ui
|
---|
2 | HEADERS = displaywidget.h \
|
---|
3 | window.h
|
---|
4 | RESOURCES = svggenerator.qrc
|
---|
5 | SOURCES = displaywidget.cpp \
|
---|
6 | main.cpp \
|
---|
7 | window.cpp
|
---|
8 |
|
---|
9 | INCLUDEPATH = .
|
---|
10 | DEPENDPATH = .
|
---|
11 |
|
---|
12 | QT += svg
|
---|
13 |
|
---|
14 | # install
|
---|
15 | target.path = $$[QT_INSTALL_EXAMPLES]/painting/svggenerator
|
---|
16 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS svggenerator.pro
|
---|
17 | sources.path = $$[QT_INSTALL_EXAMPLES]/painting/svggenerator
|
---|
18 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.