cleaning\ncorrections of code
This commit is contained in:
+11
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user