Skip to content

Commit 357e503

Browse files
committed
devenv: show Qt version
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 2187359 commit 357e503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devenv.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ in
9595

9696
enterShell = ''
9797
echo "🛠️ QOwnNotes Dev Shell"
98+
echo "📦 Qt6 version: $(qmake6 -query QT_VERSION)"
99+
echo "📦 Qt5 version: $(${pkgs.libsForQt5.qt5.qtbase.dev}/bin/qmake -query QT_VERSION)"
98100
update-qmake-symlinks
99101
'';
100102

0 commit comments

Comments
 (0)