Last change
on this file since 92 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
571 bytes
|
Line | |
---|
1 | #! [0]
|
---|
2 | TEMPLATE = lib
|
---|
3 | CONFIG += plugin
|
---|
4 | HEADERS = simplestyle.h \
|
---|
5 | simplestyleplugin.h
|
---|
6 | SOURCES = simplestyle.cpp \
|
---|
7 | simplestyleplugin.cpp
|
---|
8 | TARGET = simplestyleplugin
|
---|
9 | #! [0]
|
---|
10 | win32 {
|
---|
11 | debug:DESTDIR = ../debug/styles/
|
---|
12 | release:DESTDIR = ../release/styles/
|
---|
13 | } else {
|
---|
14 | DESTDIR = ../styles/
|
---|
15 | }
|
---|
16 |
|
---|
17 | # install
|
---|
18 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles
|
---|
19 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
|
---|
20 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/plugin
|
---|
21 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.