https://bugs.kde.org/show_bug.cgi?id=364820

--- Comment #2 from ahusz...@gmail.com ---
I'm unable to build this currently due to a seeming issue with finding MPR,
which seems to be related to attempting to use static Qt5:
https://bugreports.qt.io/browse/QTBUG-38913?focusedCommentId=269437&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel

Just below to describe what I'm using.

```bash
# first synchronize the database
pacman -Syu
# then install the necessary development packages
pacman -Sy cmake  mingw-w64-x86_64-gcc mingw-w64-x86_64-qt5-static base-devel 
mingw-w64-x86_64-python-sphinx
# then clone, make our build directory, etc.
git clone https://github.com/KDE/extra-cmake-modules
cd extra-cmake-modules
mkdir build && cd build
cmake .. \
      -DCMAKE_BUILD_TYPE=debug \
      -DCMAKE_INSTALL_PREFIX=/mingw64
```

I'll see if I can a working example using shared Qt5.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to