Skip to content

Commit

Permalink
Clarify QTSDK_DIR usage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinribelotta authored Mar 26, 2017
1 parent e6cacdb commit e3071d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions linux-x86_64/deploy-embedded-ide-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
# sudo apt-get install libhidapi-dev p7z build-essential wget git

VERSION=0.4.0
QT_VERSION=5.7
QTSDK_DIR=/opt/Qt/${QT_VERSION}/gcc_64/

QTSDK_DIR=/opt/Qt5.8.0/5.8/gcc_64
# Examples:
# QTSDK_DIR=/opt/Qt/5.7/gcc_64/
# QTSDK_DIR=/opt/Qt5.8.0/5.8/gcc_64

OUTPATH=${PWD}/build-CIAA_SUITE-${VERSION}-x86_64.AppImage
OUTFILE=${PWD}/CIAA_SUITE-${VERSION}-x86_64.AppImage

Expand Down

0 comments on commit e3071d9

Please sign in to comment.