1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:27:36 +00:00

Ladybird: Stop using deprecated Qt API and re-enable deprecated warnings

This commit is contained in:
Andreas Kling 2022-07-05 21:20:48 +02:00 committed by Andrew Kaster
parent 419d3ec646
commit f96b53f118
2 changed files with 3 additions and 6 deletions

View file

@ -32,9 +32,6 @@ add_compile_options(-Wno-expansion-to-defined)
set(CMAKE_AUTOMOC ON)
find_package(Qt6 REQUIRED COMPONENTS Core Widgets Network)
# FIXME: Stop using deprecated declarations from QT :^)
add_compile_options(-Wno-deprecated-declarations)
set(SOURCES
BrowserWindow.cpp
RequestManagerQt.cpp