12 lines
323 B
Prolog
12 lines
323 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = stylewindow \
|
|
plugin
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|