config update
This commit is contained in:
+12
-12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user