2019-06-04 09:47:30 +00:00
|
|
|
# Generated from mouse.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## mouse Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_executable(mouse
|
2019-06-04 09:47:30 +00:00
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
|
|
|
tst_mouse.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-06-04 09:47:30 +00:00
|
|
|
Qt::Test
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::TestPrivate
|
2019-06-04 09:47:30 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
2020-03-17 10:15:10 +00:00
|
|
|
|
|
|
|
# special case begin
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_apply_testlib_coverage_options(mouse)
|
2020-03-17 10:15:10 +00:00
|
|
|
# special case end
|