source: trunk/examples/graphicsview/padnavigator/padnavigator.pro@ 342

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 
1HEADERS += \
2 panel.h \
3 roundrectitem.h \
4 splashitem.h
5
6SOURCES += \
7 panel.cpp \
8 roundrectitem.cpp \
9 splashitem.cpp \
10 main.cpp
11
12RESOURCES += \
13 padnavigator.qrc
14
15FORMS += \
16 backside.ui
17
18contains(QT_CONFIG, opengl):QT += opengl
19
20# install
21target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/padnavigator
22sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS padnavigator.pro images
23sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/padnavigator
24INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.