▲
- 
					Header: QStaticPlugin 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) 
- 
					qmake: QT += core 
QStaticPlugin is a struct containing a reference to a static plugin instance together with its meta data.
Article lu fois.
The Qt Company Ltd.
Publié le 14 février 2024 - Mis à jour le 14 février 2024
Header: QStaticPlugin
CMake:
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core