summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/styleplugin/styleplugin.pro
blob: 4df48ae6b463174e141eb4f2540b033f6a39331c (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE	= subdirs
SUBDIRS		= stylewindow \
		  plugin

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
INSTALLS += target

QT += widgets