Files
qt4-x11/examples/tools/echoplugin/echoplugin.pro
2025-08-24 20:55:26 +08:00

13 lines
298 B
Prolog

#! [0]
TEMPLATE = subdirs
SUBDIRS = echowindow \
plugin
#! [0]
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echoplugin.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
INSTALLS += target sources