source: trunk/examples/tools/styleplugin/stylewindow/stylewindow.pro@ 296

Last change on this file since 296 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 445 bytes
Line 
1HEADERS = stylewindow.h
2SOURCES = stylewindow.cpp \
3 main.cpp
4
5TARGET = styleplugin
6win32 {
7 debug:DESTDIR = ../debug/
8 release:DESTDIR = ../release/
9} else {
10 DESTDIR = ../
11}
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
15sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stylewindow.pro
16sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/stylewindow
17INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.