79361099

Date: 2025-01-16 10:10:47
Score: 1
Natty:
Report link

There is .pro file only when u are using qmake.

if u are using cmake

add this config into your CMakeLists.txt file

find_package(Qt6 REQUIRED COMPONENTS PrintSupport)
target_link_libraries(mytarget PRIVATE Qt6::PrintSupport)

more reference https://doc.qt.io/qt-6/qtprintsupport-index.html

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2412283