Commit ff493f80 authored by Claudio Valerio's avatar Claudio Valerio

importer integrated on linux

parent 2eae1f37
...@@ -133,6 +133,7 @@ buildImporter(){ ...@@ -133,6 +133,7 @@ buildImporter(){
checkDir $IMPORTER_DIR checkDir $IMPORTER_DIR
cd ${IMPORTER_DIR} cd ${IMPORTER_DIR}
$QMAKE_PATH ${IMPORTER_NAME}.pro $QMAKE_PATH ${IMPORTER_NAME}.pro
make clean
make -j4 make -j4
checkExecutable $IMPORTER_NAME checkExecutable $IMPORTER_NAME
cd - cd -
...@@ -224,7 +225,7 @@ cp -R resources/customizations $PRODUCT_PATH/ ...@@ -224,7 +225,7 @@ cp -R resources/customizations $PRODUCT_PATH/
# copying importer # copying importer
mkdir -p $PRODUCT_PATH/Importer mkdir -p $PRODUCT_PATH/Importer
cp -R ${IMPORTER_DIR}/${IMPOTER_NAME} $PRODUCT_PATH/Importer cp -R ${IMPORTER_DIR}/${IMPORTER_NAME} $PRODUCT_PATH/Importer
if [ $STANDARD_QT_USED == false ]; then if [ $STANDARD_QT_USED == false ]; then
#copying custom qt library #copying custom qt library
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment