From 285a4945c946bb724a278476aa32d181cceb1015 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 12 Sep 2023 10:47:04 -0700 Subject: [PATCH] adding in elinux --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 280c320..9f88a5b 100644 --- a/.bashrc +++ b/.bashrc @@ -69,7 +69,7 @@ alias la='ls -A' alias l='ls -CF' export HOME=/home/talksik -export PATH=$PATH:~/Qt/5.15.14/gcc_64/bin/:~:/usr/local/go/bin:~/go/bin:~/code/flutter/bin:$HOME/.local/bin +export PATH=$PATH:~/Qt/5.15.14/gcc_64/bin/:~:/usr/local/go/bin:~/go/bin:~/code/flutter/bin:$HOME/.local/bin:$HOME/code/flutter-elinux/bin/ export QMAKE=~/Qt/5.15.14/gcc_64/bin # needed so that gstreamer building from source can reference Qt installation export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/Qt/5.15.14/gcc_64/lib/pkgconfig/