cleaning\ncorrections of code

This commit is contained in:
2026-06-22 15:50:12 +08:00
parent 881ef2d7f7
commit bcf0b2fc1d
12 changed files with 280 additions and 456 deletions
+11 -9
View File
@@ -2,9 +2,9 @@ QT += core gui
QT += widgets
QT += network
LIBS += -lqt6keychain
LIBS += -lKF6ItemViews
LIBS += -lKF6Completion
LIBS += -lqt5keychain
LIBS += -lKF5ItemViews
LIBS += -lKF5Completion
CONFIG += c++17
@@ -18,15 +18,15 @@ SOURCES += \
downloadfile.cpp \
main.cpp \
mainwindow.cpp \
password.cpp \
tools.cpp
password.cpp \
tools.cpp
HEADERS += \
version.h\
downloadfile.h \
mainwindow.h \
password.h \
tools.h
password.h \
tools.h
FORMS += \
about.ui \
@@ -37,8 +37,10 @@ TRANSLATIONS += \
RsyncUI_fr_FR.ts
INCLUDEPATH += \
/usr/include/KF6 \
/usr/include/qt6keychain \
/usr/include/KF5 \
/usr/include/KF5/KCompletion \
/usr/include/KF5/KItemViews \
/usr/include/qt5keychain \
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin