Last change
on this file since 890 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.2 KB
|
Line | |
---|
1 | INCLUDEPATH += $$PWD
|
---|
2 | DEPENDPATH += $$PWD
|
---|
3 | FORMS += $$PWD/qtgradienteditor.ui \
|
---|
4 | $$PWD/qtgradientdialog.ui \
|
---|
5 | $$PWD/qtgradientview.ui \
|
---|
6 | $$PWD/qtgradientviewdialog.ui
|
---|
7 | SOURCES += $$PWD/qtgradientstopsmodel.cpp \
|
---|
8 | $$PWD/qtgradientstopswidget.cpp \
|
---|
9 | $$PWD/qtgradientstopscontroller.cpp \
|
---|
10 | $$PWD/qtgradientwidget.cpp \
|
---|
11 | $$PWD/qtgradienteditor.cpp \
|
---|
12 | $$PWD/qtgradientdialog.cpp \
|
---|
13 | $$PWD/qtcolorbutton.cpp \
|
---|
14 | $$PWD/qtcolorline.cpp \
|
---|
15 | $$PWD/qtgradientview.cpp \
|
---|
16 | $$PWD/qtgradientviewdialog.cpp \
|
---|
17 | $$PWD/qtgradientmanager.cpp \
|
---|
18 | $$PWD/qtgradientutils.cpp
|
---|
19 | HEADERS += $$PWD/qtgradientstopsmodel.h \
|
---|
20 | $$PWD/qtgradientstopswidget.h \
|
---|
21 | $$PWD/qtgradientstopscontroller.h \
|
---|
22 | $$PWD/qtgradientwidget.h \
|
---|
23 | $$PWD/qtgradienteditor.h \
|
---|
24 | $$PWD/qtgradientdialog.h \
|
---|
25 | $$PWD/qtcolorbutton.h \
|
---|
26 | $$PWD/qtcolorline.h \
|
---|
27 | $$PWD/qtgradientview.h \
|
---|
28 | $$PWD/qtgradientviewdialog.h \
|
---|
29 | $$PWD/qtgradientmanager.h \
|
---|
30 | $$PWD/qtgradientutils.h
|
---|
31 | RESOURCES += $$PWD/qtgradienteditor.qrc
|
---|
32 |
|
---|
33 | QT += xml
|
---|
Note:
See
TracBrowser
for help on using the repository browser.