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:
parent
419d3ec646
commit
f96b53f118
2 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue