2011-04-27 10:05:43 +00:00
|
|
|
#! [0]
|
|
|
|
TEMPLATE = lib
|
|
|
|
CONFIG += plugin
|
|
|
|
HEADERS = simplestyle.h \
|
|
|
|
simplestyleplugin.h
|
|
|
|
SOURCES = simplestyle.cpp \
|
|
|
|
simplestyleplugin.cpp
|
|
|
|
TARGET = simplestyleplugin
|
|
|
|
#! [0]
|
|
|
|
win32 {
|
|
|
|
CONFIG(debug, release|debug):DESTDIR = ../debug/styles/
|
|
|
|
CONFIG(release, release|debug):DESTDIR = ../release/styles/
|
|
|
|
} else {
|
|
|
|
DESTDIR = ../styles/
|
|
|
|
}
|
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin/styles
|
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin/plugin
|
|
|
|
INSTALLS += target sources
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
symbian: CONFIG += qt_example
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
symbian:TARGET.EPOCALLOWDLLDATA = 1
|