-
Notifications
You must be signed in to change notification settings - Fork 1
Fix build system #23
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
If you see some build errors, try to reconfigure cmakelists.txt. You can add a space and then remove it and press Ctrl+S. This will reload cmake and probably fix your build errors and warnings.
But I dont like this. We suppress specific warnings for auto generated Qt files. The warnings we suppress are important, so we cant just suppress them for everything in the executable. I'm going to think about something else.