Last change
on this file since 342 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
544 bytes
|
Line | |
---|
1 | HEADERS += \
|
---|
2 | panel.h \
|
---|
3 | roundrectitem.h \
|
---|
4 | splashitem.h
|
---|
5 |
|
---|
6 | SOURCES += \
|
---|
7 | panel.cpp \
|
---|
8 | roundrectitem.cpp \
|
---|
9 | splashitem.cpp \
|
---|
10 | main.cpp
|
---|
11 |
|
---|
12 | RESOURCES += \
|
---|
13 | padnavigator.qrc
|
---|
14 |
|
---|
15 | FORMS += \
|
---|
16 | backside.ui
|
---|
17 |
|
---|
18 | contains(QT_CONFIG, opengl):QT += opengl
|
---|
19 |
|
---|
20 | # install
|
---|
21 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/padnavigator
|
---|
22 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS padnavigator.pro images
|
---|
23 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/padnavigator
|
---|
24 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.