Skip to content

Commit ccc7e17

Browse files
committed
Adding missing qt export
Signed-off-by: Sahil Jaiswal <[email protected]>
1 parent b8b9d18 commit ccc7e17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function __setpaths() {
1818
if [[ "$OSTYPE" == "darwin"* ]]; then
1919
export PATH="/Applications/KLayout/klayout.app/Contents/MacOS:$PATH"
2020
export PATH="$(brew --prefix bison)/bin:$(brew --prefix flex)/bin:$(brew --prefix tcl-tk@8)/bin:$PATH"
21+
export QT_QPA_PLATFORM=cocoa
2122
fi
2223

2324
export FLOW_HOME=$DIR/flow

0 commit comments

Comments
 (0)