diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1f0f94ca9..b2e815a42 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,6 +22,8 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 + with: + modules: 'qtcharts' # - name: Install create-dmg # run: brew install create-dmg @@ -31,6 +33,7 @@ jobs: # Build your program with the given configuration run: | qmake CONFIG+=release QOpenHD.pro + make -j2 - name: Upload to Github diff --git a/QOpenHD.pro b/QOpenHD.pro index b8a5680fd..f330404c4 100755 --- a/QOpenHD.pro +++ b/QOpenHD.pro @@ -213,6 +213,7 @@ iOSBuild { } MacBuild { + QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15 QMAKE_INFO_PLIST = mac/Info.plist ICON = $${BASEDIR}/icons/macos.icns DISTFILES += mac/Info.plist diff --git a/README.md b/README.md index b36ff4a5b..d77af0fc9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ We have a CI setup that checks compilation on Ubuntu. You can review the steps i 1. Install Qt using the [Qt online installer](https://www.qt.io/download-qt-installer). 2. Have it download Qt 5.15.0+ for Linux. -3. Install GStreamer development packages from the package manager (e.g., on Ubuntu, run `apt install gstreamer1.0-gl libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-qt`). +3. Install GStreamer development packages from the package manager (e.g., on Ubuntu, run `apt install gstreamer1.0-gl libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-qt libxcb-cursor0`). 4. Clone the source code as mentioned earlier. ### Manual via qmake diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index d8efeeeee..92fb361ba 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +