Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 492 Bytes

WordClock

A word clock for your desktop written in QML.

Download for macOS

Screenshot

Deploy (macOS)

make clean
qmake -config release
make
macdeployqt WordClock.app
cp icon/icon.icns WordClock.app/Contents/resources

now edit in Info.plist

<key>CFBundleIconFile</key>
<string>icon.icns</string>

And create the dmg

macdeployqt WordClock.app -dmg