From 3a0e1690a2cd71fd83cc654ea2bf06039c63d969 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 20 Oct 2024 18:45:41 +1300 Subject: [PATCH] doc/README: add pkg-config info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ab47725..fdf116d0 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ Some C++ idioms that were difficult to project were omitted from the binding. Bu MIQT has a custom implementation of Qt `uic` and `rcc` tools, to allow using [Qt Designer](https://doc.qt.io/qt-5/qtdesigner-manual.html) for form design and resource management. After running the `miqt-uic` and `miqt-rcc` tools once, you can rebuild any changes using the convenient `go generate` command. +### Q7. How can I point MIQT to use a custom Qt install location? + +MIQT uses the `pkg-config` system to configure `CFLAGS`/`LDFLAGS` for Qt and for any other used Qt libraries. + ## Building ### Linux (native)