Subversion Repositories tpanel

Rev

Rev 375 | Rev 381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 375 Rev 376
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
-
 
2
set -o pipefail
2
#
3
#
3
# Set the following paths according to your installation.
4
# Set the following paths according to your installation.
4
#
5
#
5
QT_VERSION="6.6.0"
6
QT_VERSION="6.6.0"
6
QT_VERSION_MAJOR=6
7
QT_VERSION_MAJOR=6
Line 158... Line 159...
158
        then
159
        then
159
            log "Error creating a directory!"
160
            log "Error creating a directory!"
160
            exit 1
161
            exit 1
161
        fi
162
        fi
162
 
163
 
163
        log "Copiing cmake macros from $QTMACROS ..."
164
        log "Copying cmake macros from $QTMACROS ..."
164
        cp ${QTMACROS}/* ${BUILDDIR}/.qtc/package-manager > /dev/null 2>&1
165
        cp ${QTMACROS}/* ${BUILDDIR}/.qtc/package-manager > /dev/null 2>&1
165
 
166
 
166
        if [ $? -ne 0 ]
167
        if [ $? -ne 0 ]
167
        then
168
        then
168
            log "Error copiing cmake macros!"
169
            log "Error copiing cmake macros!"