Skip to content

Commit

Permalink
set qmltermwidget qt verison
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 21, 2023
1 parent e93414c commit 16ebb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ EOF`);
cd /tmp
git clone https://invent.kde.org/jbbgameich/qmltermwidget.git
cd qmltermwidget
cmake -DCMAKE_PREFIX_PATH=/opt/kde/usr/ -B build && cmake -DCMAKE_PREFIX_PATH=/opt/kde/usr/ --build build
cmake -DCMAKE_PREFIX_PATH=/opt/kde/usr/ -DQT_MAJOR_VERSION=6 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -B build && cmake -DCMAKE_PREFIX_PATH=/opt/kde/usr/ -DQT_MAJOR_VERSION=6 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache --build build
sudo cmake -DCMAKE_PREFIX_PATH=/opt/kde/usr/ --install build
cd ..
EOF`);
Expand Down

0 comments on commit 16ebb74

Please sign in to comment.