qt5base-lts/examples/widgets/tools/echoplugin/plugin/CMakeLists.txt
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00

23 lines
658 B
CMake

# Generated from plugin.pro.
#####################################################################
## qtLibraryTargetechoplugin Module:
#####################################################################
add_qt_plugin(echoplugin_plugin TYPE plugin # special case
SOURCES
echoplugin.cpp echoplugin.h
INCLUDE_DIRECTORIES
../echowindow
LIBRARIES
Qt::Widgets
)
#### Keys ignored in scope 1:.:plugin.pro:<NONE>:
# CONFIG = "plugin" "install_ok"
# DESTDIR = "../plugins"
# EXAMPLE_FILES = "echoplugin.json"
# INSTALLS = "target"
# TEMPLATE = "lib"
# target.path = "$$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin/plugins"