blob: 5e783df478e2d3385e72356fee46149adb749074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = subdirs
SUBDIRS = basictools \
extrafilters
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaintplugins.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins
INSTALLS += target sources
QT += widgets
|