Subversion Repositories Projects

Rev

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

Rev 821 Rev 906
Line 46... Line 46...
46
echo Copying frameworks...
46
echo Copying frameworks...
47
echo "cp -R QMK-Maps.app/Contents/Frameworks/ QMK-Communicator.app/Contents/Frameworks"
47
echo "cp -R QMK-Maps.app/Contents/Frameworks/ QMK-Communicator.app/Contents/Frameworks"
48
cp -R QMK-Maps.app/Contents/Frameworks/ QMK-Communicator.app/Contents/Frameworks
48
cp -R QMK-Maps.app/Contents/Frameworks/ QMK-Communicator.app/Contents/Frameworks
49
cd ..
49
cd ..
Line 50... Line 50...
50
 
50
 
51
#cd ./QMK-Scope
51
cd ./QMK-Scope
52
#${QMAKE} QMK-Scope.pro CONFIG+=OSX CONFIG-=debug
52
${QMAKE} QMK-Scope.pro CONFIG+=OSX CONFIG-=debug
53
#make clean
53
make clean
54
#make ${MAKEOPT}
54
make ${MAKEOPT}
55
#cd ..
55
cd ..
56
#cd Binary
56
cd Binary
57
#macdeployqt QMK-Scope.app
57
macdeployqt QMK-Scope.app
58
#cp QMK-Scope.app/Contents/MacOS/* QMK-Communicator.app/Contents/MacOS/.
58
cp QMK-Scope.app/Contents/MacOS/* QMK-Communicator.app/Contents/MacOS/.
59
#cp -R QMK-Scope.app/Contents/Frameworks/* QMK-Communicator.app/Contents/Frameworks
59
cp -R QMK-Scope.app/Contents/Frameworks/* QMK-Communicator.app/Contents/Frameworks
Line 60... Line 60...
60
#cd ..
60
cd ..
61
 
61
 
62
#cd ./QMK-Voice
62
#cd ./QMK-Voice
63
#${QMAKE} QMK-Voice.pro ${CONFIG}
63
#${QMAKE} QMK-Voice.pro ${CONFIG}