-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage inside CMake Qt project #92
Comments
Small update: I have changed the CMakeLists.txt entry to find_package(QuickQanava REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE QuickQanava ) and have verified that
as well as the following trace (excerpted) using QML_IMPORT_TRACE=1 and QT_DEBUG_PLUGINS=1
|
I had this same error, but everything started working when I set |
We tested this in combination with the PR #191 that may be required (or not, I'm not sure). |
Hi,this is probably related #55 , although to be honest I didn't understand how to solve my problem from reading the thread (i.e. how to deploy as a plugin).
Is there any place I can check in order to get QuickQanava integrated into a CMakeLists.txt qt project? I currently use the following lines in my CmakeLists.txt
And then the example from the docs
but I get the following error (sample always the same cause):
If I understand #55 correctly I need to deploy as a plugin and do dynamic linking? Is there anywhere I can look to figure out how to do it?
The text was updated successfully, but these errors were encountered: