summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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:
------------------