CMake: replace PUBLIC_LIBRARIES with plain LIBRARIES
This silences a warning from qt_internal_add_test(). Change-Id: Ie1afaa5789a488ad3190061c782a5bfb9f3d103c Reviewed-by: David Edmundson <davidedmundson@kde.org>
This commit is contained in:
parent
669556852d
commit
9dd6286994
@ -6,6 +6,6 @@ qt_internal_add_test(tst_wl_reconnect
|
|||||||
SOURCES
|
SOURCES
|
||||||
wl-socket.c
|
wl-socket.c
|
||||||
tst_reconnect.cpp
|
tst_reconnect.cpp
|
||||||
PUBLIC_LIBRARIES
|
LIBRARIES
|
||||||
SharedClientTest
|
SharedClientTest
|
||||||
)
|
)
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
qt_internal_add_test(tst_scaling
|
qt_internal_add_test(tst_scaling
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_scaling.cpp
|
tst_scaling.cpp
|
||||||
PUBLIC_LIBRARIES
|
LIBRARIES
|
||||||
SharedClientTest
|
SharedClientTest
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user