You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The screenshot at https://github.com/lirios/fluid is impressive. But can't find any info about it: where is the .pro file for the demo, how to compile it in Windows? Any hint?
The text was updated successfully, but these errors were encountered:
Fluid build system is CMake, qmake and qbs are only provided for those who want to embed Fluid into their existing project.
For a standalone build, use cmake.
Thanks for the details. It seems there is a problem with the Qt DLLs.
I will try to reproduce it as soon as I can get my hands on Windows but before that let's try with an educated guess.
There are evidence that you are building a 32 bit application (says FluidDemo.exe win32 and the VS path looks like 32 bit) but the compiler is Host86/x64/cl.exe. Any chance that you are mixing 32 bit and 64 bit?
The screenshot at https://github.com/lirios/fluid is impressive. But can't find any info about it: where is the .pro file for the demo, how to compile it in Windows? Any hint?
The text was updated successfully, but these errors were encountered: