blob: 2bfa0fd77fa429cb7572f1407cc652a54399ea51 (
plain)
1
2
3
4
5
6
7
8
|
TEMPLATE = subdirs
SUBDIRS = plugin
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
INSTALLS += target sources
|