diff options
author | John Fultz <jfultz@wolfram.com> | 2023-07-19 10:24:42 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2023-07-19 10:24:42 -0500 |
commit | 7c6172dd5e7039f5a91564c90c43156e508f87df (patch) | |
tree | f9e3fc8fe07ca4fa79c1a7ff8c0888fc714131f4 /README.md | |
parent | db647c9b1f8597d94769eec374ec216ec578d9cf (diff) |
Readme updates.
Dropping any info about building with qmake. Once I’ve
verified that all of the individual pieces build with cmake,
I’ll remove the .pro files, too.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -21,6 +21,14 @@ Clone the repo or download the tarball and untar. Use cmake to build quacker, w The binary will build as 'Quackle'. +If you're building with Qt provided by cmake, then invoke cmake as... + + cmake -DCMAKE_PREFIX_PATH="<path_to_vcpkg>/installed/<arch>" .. + +The Quackle cmake build system uses Qt5 by default. But you can specify Qt6 by invoking... + + cmake -DQT_VERSION=6 .. + File organization: ------------------ |