Closed kevinpapst closed 4 years ago
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
Works!
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:
Thanks you for the feedback and for app icon. Is there anything to mention about using this icon ?
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.
png is fine. Also, now osx app is generated and deployed by appveyor. This will ease its try.
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:
Mac OS user here. Maybe you have an idea what is wrong?
But QT5 is installed:
Edit: I have never used cmake or worked with C++