Replies: 2 comments
-
Shoud be a problem of your build/runtime environment - f.e the shapes module is from Qt ( not QSkinny ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
set(CMAKE_PREFIX_PATH "D:/qsk1206/lib/cmake")
find_package(Qt6 REQUIRED COMPONENTS Core Quick)
find_package(QSkinny REQUIRED)
target_link_libraries(TreeView PRIVATE
Qt6::Core
Qt6::Quick
Qsk::QSkinny
Qsk::QmlExport
)
Beta Was this translation helpful? Give feedback.
All reactions