- Add timer state management with work/break cycles - Implement circular progress bar visualization - Add system tray integration with notifications - Create statistics tracking and display - Add keyboard shortcuts support - Implement settings dialog with persistence - Add proper time formatting utilities - Include desktop integration for Linux
11 lines
642 B
Makefile
11 lines
642 B
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
|
|
# compile CXX with /usr/bin/c++
|
|
CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB
|
|
|
|
CXX_INCLUDES = -I/mnt/bc64d2fd-c074-4605-bf2f-3e4c83d0e1a0/CLionProjects/Pomodoro/build/PomodoroTimer_autogen/include -isystem /usr/include/x86_64-linux-gnu/qt6/QtCore -isystem /usr/include/x86_64-linux-gnu/qt6 -isystem /usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt6/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt6/QtGui
|
|
|
|
CXX_FLAGS = -O3 -DNDEBUG -std=c++17 -Wall -Wextra -Wpedantic -O3
|
|
|