summaryrefslogtreecommitdiffstats
path: root/examples/tools/styleplugin/styleplugin.pro
blob: bf4fa5c6391c2b4d1309cf54a294eae0dde2c3ba (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE	= subdirs
SUBDIRS		= stylewindow \
		  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