-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
#305 Be able to find and compile the fluid demo with QtCreator #307
Conversation
Why did you rename the folder. You can already build the demo by default. |
Well, if I would have been able to build the demo, I wouldn't have created a complete new project. Second reason: it was the question where the demo app is, you have to search it in src. Whereas the examples are in the root - why have two different concepts? |
That is not good engineering, first you should understand the problem.
It's not an example it's a standalone application that is installable. |
And the demo is literally built by default. |
The problem is, that I check out a completely unknown fresh new project, try to compile it, and it does not work. I did neither change nor remove something. So what do you guess I should do? Go on, try another project? |
Open an issue with the error and ask for help maybe. |
I know that make install of fluid copies the plugin into the Qt folder. I have no idea where this demo should be. |
Like this one? |
|
Doesn't say much just that you can't build it but you don't say what is your problem. |
Why would I want to have a demo in $QTDIR/bin? |
This is true, sorry for that CMake Error at CMakeLists.txt:19 (include):
|
You don't, it's installed in $CMAKE_PREFIX/bin
|
Make sure submodules are fetched:
Then following the instructions at https://github.com/lirios/fluid#build we see that the |
What works: qmake && make
|
I have added more information on the build process: 24a57c6 Just to pinpoint the issue, what version of CMake and (if it applies) QtCreator are you using? |
It is cmake 3.10.2 on Ubuntu 18.04. Qt & Creator is the latest download with 5.14.2.
in subfolder build |
Still the same error, now with
🤷♂️ |
Can't reproduce on my system neither I can reproduce it in the CI. |
Ubuntu 18.04 has Qt 5.9, how did you get 5.14.2? |
As I wrote earlier, I've downloaded it from Qt.io. I had this problem on (I think) an actual Fedora 31, so the two things coming together are maybe a Qt 5.14.2 with a CMake > 3.10 (as there was no warning about that). I can even check if it runs on Manjaro. |
Ok, step by step:
What is wrong with me? :)
|
Pull Request check-list
Please make sure to review and check all of these items:
test (or a benchmark) included?
existing APIs, or introduces new ones)
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Affected core subsystem(s)
Please provide affected core subsystem(s).
Description of change
Please provide a description of the change here.
Add a screenshot or a screencast if necessary.