Regenerate qsocketnotifier test
Remove the previously wrongly committed CMakeLists.gen.txt file. Change-Id: I75e87865a9f2b237d321d29f92e25aee5f7febb9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
67bbb9179f
commit
2e7d7c5035
|
|
@ -1,9 +0,0 @@
|
|||
# Generated from qsocketnotifier.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsocketnotifier Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qsocketnotifier
|
||||
SOURCES
|
||||
tst_qsocketnotifier.cpp
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
# Generated from qsocketnotifier.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsocketnotifier Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qsocketnotifier
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qsocketnotifier.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
${QT_SOURCE_TREE}/src/network
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::NetworkPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qsocketnotifier.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(tst_qsocketnotifier CONDITION WIN32
|
||||
PUBLIC_LIBRARIES
|
||||
ws2_32
|
||||
)
|
||||
|
||||
extend_target(tst_qsocketnotifier CONDITION QT_FEATURE_reduce_exports AND UNIX
|
||||
SOURCES
|
||||
${QT_SOURCE_TREE}/src/network/socket/qabstractsocketengine.cpp
|
||||
${QT_SOURCE_TREE}/src/network/socket/qnativesocketengine.cpp
|
||||
${QT_SOURCE_TREE}/src/network/socket/qnativesocketengine_unix.cpp
|
||||
)
|
||||
Loading…
Reference in New Issue