▲
-
Header: QStaticPlugin
-
Since: Qt 5.2
-
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.
This struct was introduced in Qt 5.2.
Article lu fois.
The Qt Company Ltd.
Publié le 26 janvier 2024 - Mis à jour le 26 janvier 2024
Header: QStaticPlugin
Since: Qt 5.2
CMake:
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
qmake: QT += core