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