1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Remove test code

This commit is contained in:
Elias Steurer 2022-04-04 18:15:59 +02:00
parent bc91a5a789
commit f47f299e9e

View File

@ -195,8 +195,7 @@ target_link_libraries(
Qt6::WebSockets
Qt6::Svg
ScreenPlayQmlplugin
SteamSDKQtEnums
Plausibleplugin)
SteamSDKQtEnums)
if(${TESTS_ENABLED})
add_executable(tst_ScreenPlay tests/tst_main.cpp)