diff --git a/CMakeLists.txt b/CMakeLists.txt index 99b53eb..26afa84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(LicenseManager) set(CMAKE_CXX_STANDARD 20) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) set(CMAKE_AUTOUIC ON) diff --git a/deb/control b/deb/control index b6863cf..57c83d1 100644 --- a/deb/control +++ b/deb/control @@ -4,7 +4,7 @@ Section: utils Priority: optional Architecture: amd64 Maintainer: TrombonIp -Depends: libqt5core5a, libqt5gui5, libqt5widgets5, libqt5sql5, libqt5sql5-sqlite +Depends: libqt5core5a, libqt5gui5, libqt5widgets5, libqt5sql5, libqt5sql5-sqlite, qml-module-qtquick2, qml-module-qtquick-controls2, qml-module-qtquick-layouts, qml-module-qtquick-controls Description: License Manager (Qt5) Simple Qt5 application for managing licenses.