summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2023-07-19 10:24:42 -0500
committerJohn Fultz <jfultz@wolfram.com>2023-07-19 10:24:42 -0500
commit7c6172dd5e7039f5a91564c90c43156e508f87df (patch)
treef9e3fc8fe07ca4fa79c1a7ff8c0888fc714131f4 /README.md
parentdb647c9b1f8597d94769eec374ec216ec578d9cf (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.md8
1 files changed, 8 insertions, 0 deletions
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="<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:
------------------