chore: Run Ubuntu tests in Docker (#5170)

Co-authored-by: Wissididom <30803034+Wissididom@users.noreply.github.com>
This commit is contained in:
pajlada
2024-02-11 19:11:30 +01:00
committed by GitHub
parent e3c9c13598
commit fe1e498a5f
6 changed files with 73 additions and 63 deletions
+7
View File
@@ -32,3 +32,10 @@ set_target_properties(${PROJECT_NAME}
RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO "${CMAKE_BINARY_DIR}/bin"
AUTORCC ON
)
if (CHATTERINO_STATIC_QT_BUILD)
qt_import_plugins(${PROJECT_NAME} INCLUDE_BY_TYPE
platforms Qt::QXcbIntegrationPlugin
Qt::QMinimalIntegrationPlugin
)
endif ()