10 lines
485 B
Bash
Executable file
10 lines
485 B
Bash
Executable file
#!/bin/sh
|
|
cd ../build
|
|
macdeployqt fstl.app
|
|
cd fstl.app/Contents/PlugIns
|
|
rm -rf accessible audio imageformats mediaservice playlistformats position printsupport qml1tooling sensorgestures sensors
|
|
cd ../Frameworks
|
|
rm -rf QtDeclarative.framework QtMultimedia.framework QtMultimediaWidgets.framework QtNetwork.framework QtPositioning.framework QtQml.framework QtQuick.framework QtScript.framework QtSensors.framework QtSql.framework QtXmlPatterns.framework
|
|
cd ../Resources
|
|
rm empty.lproj
|
|
|