File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ project (juffed)
2020cmake_minimum_required (VERSION 3.7)
2121
2222# build options
23- option (USE_QT6 "Use Qt6. Defaults to Qt4" OFF )
24- option (USE_QT5 "Use Qt5. Defaults to Qt4" ON )
23+ option (USE_QT6 "Use Qt6. Defaults to Qt4" ON )
24+ option (USE_QT5 "Use Qt5. Defaults to Qt4" OFF )
2525option (USE_SYSTEM_QTSINGLEAPPLICATION "Try to find system-wide QtSingleApplication library" $ENV{USE_SYSTEM_SINGLETON} )
2626option (USE_ENCA "Try to find Enca library for file encoding check" $ENV{USE_ENCA} )
2727
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Priority: optional
77Build-Depends: debhelper (>= 11~),
88 cmake,
99 libenca-dev,
10- libqscintilla2-qt5 -dev,
10+ libqscintilla2-qt6 -dev,
1111 pkg-config,
12- qttools5 -dev,
13- qttools5 -dev-tools
12+ qt6-tools -dev,
13+ qt6-tools -dev-tools
1414Standards-Version: 4.1.5
1515Vcs-Browser: https://salsa.debian.org/lxqt-team/juffed
1616Vcs-Git: https://salsa.debian.org/lxqt-team/juffed.git
Original file line number Diff line number Diff line change 11# !/usr/bin/make -f
22# DH_VERBOSE=1
33
4- export USE_QT5 =true
4+ export USE_QT6 =true
5+ export USE_QT5 =false
56export USE_SYSTEM_SINGLETON =false
67export USE_ENCA =true
78export LC_ALL =C.UTF-8
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ OPTION(BUILD_TODOLIST "Build TODOList plugin" OFF)
1717project (juffed-plugins)
1818cmake_minimum_required (VERSION 3.7)
1919
20- option (USE_QT6 "Use Qt6. Defaults to Qt4" OFF )
21- option (USE_QT5 "Use Qt5. Defaults to Qt4" ON )
20+ option (USE_QT6 "Use Qt6. Defaults to Qt4" ON )
21+ option (USE_QT5 "Use Qt5. Defaults to Qt4" OFF )
2222
2323# plugins are built standalone if is JUFFED_CMAKE_PLUGINS not set
2424# Required variables (includes, libs) has to go from
You can’t perform that action at this time.
0 commit comments