Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
719 bytes
|
Rev | Line | |
---|
[2] | 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 {
|
---|
[846] | 11 | CONFIG(debug, release|debug):DESTDIR = ../debug/styles/
|
---|
| 12 | CONFIG(release, release|debug):DESTDIR = ../release/styles/
|
---|
[2] | 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
|
---|
[561] | 22 |
|
---|
| 23 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
| 24 |
|
---|
| 25 | symbian:TARGET.EPOCALLOWDLLDATA = 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.