winget install --id=LadislavFoldyna.QLog -e
QLog is an Amateur Radio logging application for Linux, Windows. It is based on the Qt framework and uses SQLite as database backend. QLogs aims to be as simple as possible, but to provide everything the operator expects from the log to be. This log is not currently focused on contests.
QLog is an Amateur Radio logging application designed for Linux and Windows. It leverages the Qt framework and uses SQLite as its database backend to provide a reliable and efficient solution for Amateur Radio operators.
Key Features:
Audience & Benefit:
Ideal for Amateur Radio operators seeking a simple yet feature-rich logbook that meets their operational needs without focusing on contests. QLog provides cross-platform support, secure data management, and seamless integration with essential tools, ensuring operators can focus on their radio activities while maintaining accurate records.
QLog is available via winget for easy installation and is free and open-source, offering transparency and flexibility for users and developers alike.
QLog is an Amateur Radio logging application for Linux, Windows. It is based on the Qt framework and uses SQLite as database backend.
QLogs aims to be as simple as possible, but to provide everything the operator expects from the log to be. This log is not currently focused on contests.
For more details, screenshots etc, please, see QLog Wiki
Please, used QLog Issues for reporting any issue or open a discussion. You can also use QLog mailing list
Prerequisites:
sudo apt install trustedqsl
or from ARRLDEB packages for currently supported Ubuntu versions are available for amd64, arm64 platforms via Ubuntu PPA. Ubuntu users can use following commands:
sudo add-apt-repository ppa:foldyna/qlog
sudo apt update
sudo apt install qlog
Fedora RPM packages are available via GitHub Releases
Flatpak package is available via Flathub. The package contains built-in TrustedQSL.
The above packages are maintained by the application maintainer. However, there are many other unofficial packages available for other distributions — see the Unofficial Repositories on QLog Wiki.
Prerequisites:
Installation package is available via GitHub Releases .
Official support ended. Only for developers.
Prerequisites
qmake
supports listed input parameters that affect the compilation process.
HAMLIBINCLUDEPATH
- the path to Hamlib IncludesHAMLIBLIBPATH
- the path to Hamlib LibraryHAMLIBVERSION_MAJOR
- Hamlib version - major number (must be present if pkg-config
cannot determine Hamlib version)HAMLIBVERSION_MINOR
- Hamlib version - minor number (must be present if pkg-config
cannot determine Hamlib version)HAMLIBVERSION_PATCH
- Hamlib version - patch number (must be present if pkg-config
cannot determine Hamlib version)PTHREADINCLUDEPATH
- the path to pthread Includes - needed for Windows Hamlib 4.5 and later. Leave empty if system libraries should be used.PTHREADLIBPATH
- the path to pthread Library - needed for Windows Hamlib 4.5 and later. Leave empty if system libraries should be used.QTKEYCHAININCLUDEPATH
- the path to QtKeyChain IncludesQTKEYCHAINLIBPATH
- the path to QtKeyChain LibraryLeave variables empty if system libraries and Hamlib version autodetect (calling pkg-config
) should be used during compilation (for Windows, the parameter must be present)
An example of use:
C:/Qt/6.4.1/msvc2019_64/bin/qmake.exe C:\Users\devel\development\QLog\QLog.pro -spec win32-msvc "CONFIG+=qtquickcompiler" "HAMLIBINCLUDEPATH = C:\Users\devel\development\hamlib\include" "HAMLIBLIBPATH = C:\Users\devel\development\hamlib\lib\gcc" "HAMLIBVERSION_MAJOR = 4" "HAMLIBVERSION_MINOR = 5" "HAMLIBVERSION_PATCH = 0" "QTKEYCHAININCLUDEPATH = C:\Users\devel\development\qtkeychain_build\include" "QTKEYCHAINLIBPATH = C:\Users\devel\development\qtkeychain_build\lib" && C:/Qt/Tools/QtCreator/bin/jom/jom.exe qmake_all
Prerequisites
QT with source codes (6.x, Qt Webengine, OpenSSL Toolkit)
Install C++ Module - https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-vscode?pivots=shell-powershell
cd C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg vcpkg install pthreads vcpkg install qtkeychain-qt6
System Environmental Path Settings C:\Program Files\hamlib-w64-4.5.5\bin C:\QTTools\vcpkg\packages\qtkeychain-qt6_x64-windows\bin
Clone QLog Master Branch In QT Creator Projects->Desktop Qt 6.8.0 MSVC2022 64Bit->Build Steps->Additional Arguments **** You need to update the paths accordingly **** **** Need to be on same line seperated by spaces **** "HAMLIBINCLUDEPATH='C:\Program Files\hamlib-w64-4.5.5\include'" "HAMLIBLIBPATH='C:\Program Files\hamlib-w64-4.5.5\lib\msvc'" "HAMLIBVERSION_MAJOR=4" "HAMLIBVERSION_MINOR=5" "HAMLIBVERSION_PATCH=5" "QTKEYCHAININCLUDEPATH=C:\QTTools\vcpkg\packages\qtkeychain-qt6_x64-windows\include" "QTKEYCHAINLIBPATH=C:\QTTools\vcpkg\packages\qtkeychain-qt6_x64-windows\lib" "PTHREADLIBPATH=C:\QTTools\vcpkg\packages\pthreads_x64-windows\lib" "PTHREADINCLUDEPATH=C:\QTTools\vcpkg\packages\pthreads_x64-windows\include"
for Debian:
sudo apt-get -y install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libsqlite3-dev libhamlib++-dev libqt5charts5-dev qttools5-dev-tools libqt5keychain1 qt5keychain-dev qtwebengine5-dev build-essential libqt5serialport5-dev pkg-config libqt5websockets5-dev
for Debian (QT6):
sudo apt-get -y install libhamlib-dev build-essential pkg-config qt6-base-dev qtkeychain-qt6-dev qt6-webengine-dev libqt6charts6-dev libqt6serialport6-dev libqt6webenginecore6-bin libqt6svg6-dev libgl-dev libqt6websockets6-dev
for Fedora:
dnf install qt5-qtbase-devel qt5-qtwebengine-devel qt5-qtcharts-devel hamlib-devel qtkeychain-qt5-devel qt5-qtserialport-devel pkg-config qt5-qtwebsockets-devel libsqlite3x-devel
for both:
git clone https://github.com/foldynl/QLog.git
cd QLog
for Debian:
qmake QLog.pro
for Debian (QT6):
qmake6 QLog.pro
for Fedora:
/usr/bin/qmake-qt5
NOTE: if it is necessary then use qmake
input parameters described above to affect compilation. The input parameter must be use in case when Hamlib or qtkeychain are compiled from their source code repos.
for all:
make
In order to build QLog on MacOS, following prerequisites must be satisfied.
Xcode command line tools can be installed by issuing a command in command terminal:
xcode-select --install
N.B.: This command doesn't install Xcode itself, however It will take some time to download and
install the tools anyway.
Last dependencies before building QLog are:
brew install qt6
brew link qt6 --force
brew install hamlib
brew link hamlib --force
brew install qtkeychain
brew install dbus-glib
brew install brotli
brew install icu4c
brew install pkg-config
As soon as the steps above are finished, QLog source can be opened in QtCreator, configured, built and run.
QLog app (qlog.app) from the build artifacts folder can be later copied (installed
) to ~/Applications
and
accessed via Spotlight search bar.
NOTE: if it is necessary then use qmake
input parameters described above to affect compilation. The input parameter must be use in case when hamlib or qtkeychain is compiled from their source code repos.
Copyright (C) 2020 Thomas Gatzweiler
Copyright (C) 2021-2025 Ladislav Foldyna
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see .