config update

This commit is contained in:
2026-06-20 08:49:34 +02:00
parent bab8650a7f
commit 881ef2d7f7
5 changed files with 1183 additions and 180 deletions
+12 -12
View File
@@ -1,10 +1,10 @@
QT += core gui
QT += KItemViews
QT += KCompletion
QT += widgets
QT += network
LIBS += -lqt5keychain
LIBS += -lqt6keychain
LIBS += -lKF6ItemViews
LIBS += -lKF6Completion
CONFIG += c++17
@@ -17,28 +17,28 @@ DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs depr
SOURCES += \
downloadfile.cpp \
main.cpp \
mainwindow.cpp \
password.cpp \
tools.cpp
mainwindow.cpp \
password.cpp \
tools.cpp
HEADERS += \
version.h\
downloadfile.h \
mainwindow.h \
password.h \
tools.h
mainwindow.h \
password.h \
tools.h
FORMS += \
about.ui \
configuration.ui \
mainwindow.ui
mainwindow.ui
TRANSLATIONS += \
RsyncUI_fr_FR.ts
INCLUDEPATH += \
/usr/include/KF5 \
/usr/include/qt5keychain \
/usr/include/KF6 \
/usr/include/qt6keychain \
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin