Subversion Repositories tpanel

Rev

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

Rev 362 Rev 364
Line 189... Line 189...
189
        -DCMAKE_FIND_ROOT_PATH:PATH=${QTDIR} \
189
        -DCMAKE_FIND_ROOT_PATH:PATH=${QTDIR} \
190
        -DQT_NO_GLOBAL_APK_TARGET_PART_OF_ALL:BOOL=ON \
190
        -DQT_NO_GLOBAL_APK_TARGET_PART_OF_ALL:BOOL=ON \
191
        -DQT_HOST_PATH:PATH=${QTBASE}/gcc_64 \
191
        -DQT_HOST_PATH:PATH=${QTBASE}/gcc_64 \
192
        -DANDROID_SDK_ROOT:PATH=${ANDROID_HOME} \
192
        -DANDROID_SDK_ROOT:PATH=${ANDROID_HOME} \
193
        -DQT_ANDROID_BUILD_ALL_ABIS:BOOL=ON \
193
        -DQT_ANDROID_BUILD_ALL_ABIS:BOOL=ON \
-
 
194
        -DQT_ANDROID_ABIS:STRING="arm64-v8a;armeabi-v7a;x86;x86_64" \
194
        2>&1 | tee -a ${LOGFILE}
195
        2>&1 | tee -a ${LOGFILE}
195
 
196
 
196
    if [ $? -ne 0 ]
197
    if [ $? -ne 0 ]
197
    then
198
    then
198
        log "Error creating a Makefile!"
199
        log "Error creating a Makefile!"