Skip to content

A very thin word clock application written in QML

Notifications You must be signed in to change notification settings

tfeldmann/WordClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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