Jump to content

(SOLVED) HDK setup with qt on centos


Recommended Posts

Hi,

I want to start learning the hdk and by creating simple standalone application. I managed to get the example of the docs compiling and it is creating a sphere so everything is fine.

For that, I was using a simple console application. But as soon as I add the Qt5 Core library so I can create my interface, it's not compiling anymore, if I don't include the library in my main file.

Here is my error: 

undefined reference to `QApplication::setCustomDPIOverride(int)@Qt_5

This is in libHoudiniUI.so

Does any of you have any idea of what can causes this?

 

edit: For those of you who are interesteed, I managed to recently find the solution. I didn't have the exact same version of Qt as Houdini is using, and also there was some issues with cmake file

Edited by ioness
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...