From 7c6172dd5e7039f5a91564c90c43156e508f87df Mon Sep 17 00:00:00 2001 From: John Fultz Date: Wed, 19 Jul 2023 10:24:42 -0500 Subject: Readme updates. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b515c24..56c4242 100644 --- a/README.md +++ b/README.md @@ -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="/installed/" .. + +The Quackle cmake build system uses Qt5 by default. But you can specify Qt6 by invoking... + + cmake -DQT_VERSION=6 .. + File organization: ------------------ -- cgit v1.2.3