CatchKeeper-QtUberLab/
β
βββ CMakeLists.txt
βββ main.cpp
βββ mainwindow.cpp
βββ mainwindow.h
βββ mainwindow.ui
βββ resources.qrc
βββ catchkeeperbar.png
- Open CMakeLists.txt in Qt Creator
- Select a Desktop Kit (MSVC, MinGW, or Clang)
- Configure CMake
- Build
- Run
mkdir build
cd build
cmake ..
cmake --build .
./CatchKeeperQtUberLab.exe- Language: C++
- Framework: Qt 6
- Build System: CMake
- IDE: Qt Creator
- Qt Widgets GUI
- Image asset loading
- Separate UI, logic, and header structure
- Cross-platform build support