forked from OpenBoard-org/OpenBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
Create a cmake build system #99
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Sooner or later it will be required to switch to a cmake based build system due to the following reasons:
qmakewill be deprecated andcmakeis the replacement supported by Qt.quazipfor Qt 6 cannot be found usingpkgconfig, because Qt 6 < 6.3.1 does not providepkgconfigfiles.
There s already basic work for that on nextboard which can be used as a basis. From that starting point the following things would be necessary or useful:
- Adapt it to the
1.7-devbranch. - Structure the single
CMakeLists.txtfile into smaller units for- platform specific stuff,
- subdirectories,
- library references.
- Allow to use it with both, Qt 5 and Qt 6.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed