rsyncui/RsyncUI.pro

52 lines
1.0 KiB
Prolog
Raw Normal View History

QT += core gui concurrent
QT += KItemViews
QT += KCompletion
QT += widgets
QT += KConfigCore KConfigGui
QT += KCoreAddons
QT += KDBusAddons
2023-01-07 12:44:45 +01:00
#LIBS += -lKF5WindowSystem
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
downloadfile.cpp \
main.cpp \
mainwindow.cpp \
tools.cpp
HEADERS += \
downloadfile.h \
mainwindow.h \
tools.h
FORMS += \
2023-01-22 14:33:23 +01:00
configuration.ui \
2023-01-07 12:44:45 +01:00
mainwindow.ui
TRANSLATIONS += \
2023-01-23 10:04:54 +01:00
languages/fr_FR/RsyncUI_fr_FR.ts
2023-01-07 12:44:45 +01:00
INCLUDEPATH += \
/usr/include/KF5
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
2023-01-18 23:12:21 +01:00
else: unix:!android: target.path = /usr/bin/
2023-01-07 12:44:45 +01:00
!isEmpty(target.path): INSTALLS += target
2023-01-18 23:12:21 +01:00
2023-01-23 10:04:54 +01:00
lang.path = /languages/fr_FR/
lang.files = languages/fr_FR/*
2023-01-18 23:12:21 +01:00
INSTALLS += lang
2023-01-27 18:14:50 +01:00
RESOURCES +=
2023-01-31 14:03:25 +01:00
DISTFILES += \
RsyncUI.desktop