Seamly2D icon indicating copy to clipboard operation
Seamly2D copied to clipboard

BUILD: Migrate from qmake to Qbs (Qt Build Suite)

Open sconklin opened this issue 7 years ago • 0 comments

From @sconklin on December 23, 2015 14:6

Originally reported by: Roman Telezhynskyi (Bitbucket: dismine, GitHub: dismine)


Qt Build Suite (Qbs) is a tool that helps simplify the build process for developing projects across multiple platforms. Qbs can be used for any software project, whether it is written in Qt or not.

Qbs is an all-in-one tool that generates a build graph from a high-level project description (like qmake or cmake) and additionally undertakes the task of executing the commands in the low-level build graph (like make).

I propose to make it in separate branch.

sconklin avatar Nov 22 '17 21:11 sconklin