Git Product home page Git Product logo

Comments (6)

AlexandrePTJ avatar AlexandrePTJ commented on August 20, 2024

As Qt have been install through homebrew, you should use this command:

> cmake . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/local/opt/qt
> cmake --build build --config Release

from kemai.

kevinpapst avatar kevinpapst commented on August 20, 2024

Works!
Bildschirmfoto 2020-04-08 um 10 55 19

One build warning:

 65%] Building CXX object src/app/CMakeFiles/Kemai.dir/activitywidget.cpp.o
/Users/kevin/Development/kemai/src/app/activitywidget.cpp:79:19: warning: enumeration values 'Undefined' and 'Version' not handled in switch [-Wswitch]
    switch (reply.method())
                  ^
/Users/kevin/Development/kemai/src/app/activitywidget.cpp:79:19: note: add missing switch cases
    switch (reply.method())
                  ^
1 warning generated.
[ 70%] Building CXX object src/app/CMakeFiles/Kemai.dir/customerdialog.cpp.o

All fonts looks a bit blurry, but that might be problem of QT5.

Here is an image that you can use as app icon:
kimai_logo_bg_transparent

from kemai.

AlexandrePTJ avatar AlexandrePTJ commented on August 20, 2024

Thanks you for the feedback and for app icon. Is there anything to mention about using this icon ?

from kemai.

kevinpapst avatar kevinpapst commented on August 20, 2024

No, its licensed under MIT like the ones here: https://github.com/kevinpapst/kimai2/tree/master/public
I hope GitHub saved it with transparent background... if not, drop me an email.

from kemai.

AlexandrePTJ avatar AlexandrePTJ commented on August 20, 2024

png is fine.
Also, now osx app is generated and deployed by appveyor. This will ease its try.

from kemai.

kevinpapst avatar kevinpapst commented on August 20, 2024

I did a git pull and the two build commands again. The warning is gone, but the icon only updated in the system tray. The dock icon (and also the app icon in the finder) is still empty:
Bildschirmfoto 2020-04-08 um 14 38 42

from kemai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.