ukui-theme-customizer/kylin-theme-builder.pro

70 lines
2.2 KiB
Prolog
Raw Normal View History

2023-09-14 15:30:16 +08:00
QT += core gui svg
2023-08-25 17:35:01 +08:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
2023-09-18 14:57:27 +08:00
src/build/buildcheck.cpp \
src/fileProcess/bridge.cpp \
src/fileProcess/filecheck.cpp \
src/fileProcess/fileprocess.cpp \
src/fileProcess/configfilemanager.cpp \
src/build/buildcheckwidget.cpp \
src/module/cacheconfirmedwidget.cpp \
src/module/cursorthemefeature.cpp \
src/module/cursorthemewidget.cpp \
src/module/globalthemefeature.cpp \
src/module/globalthemewidget.cpp \
2023-09-19 16:07:00 +08:00
src/module/historywidget.cpp \
2023-09-18 14:57:27 +08:00
src/module/iconthemewidget.cpp \
src/module/iconwidgetfeature.cpp \
src/module/infocreatefeature.cpp \
src/module/infocreatewidget.cpp \
2023-08-28 15:47:46 +08:00
src/main.cpp \
src/maininterface.cpp \
2023-09-04 16:22:00 +08:00
src/mainwindow.cpp \
src/titlebar.cpp
2023-08-25 17:35:01 +08:00
HEADERS += \
2023-09-18 14:57:27 +08:00
src/build/buildcheck.h \
src/fileProcess/bridge.h \
src/fileProcess/filecheck.h \
src/fileProcess/fileprocess.h \
src/fileProcess/configfilemanager.h \
src/build/buildcheckwidget.h \
src/module/cacheconfirmedwidget.h \
src/module/cursorthemefeature.h \
src/module/cursorthemewidget.h \
src/module/globalthemefeature.h \
src/module/globalthemewidget.h \
2023-09-19 16:07:00 +08:00
src/module/historywidget.h \
2023-09-18 14:57:27 +08:00
src/module/iconthemewidget.h \
src/module/iconwidgetfeature.h \
src/module/infocreatefeature.h \
src/module/infocreatewidget.h \
2023-08-28 15:47:46 +08:00
src/maininterface.h \
2023-09-04 16:22:00 +08:00
src/mainwindow.h \
src/titlebar.h
2023-08-25 17:35:01 +08:00
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
resource.qrc
DISTFILES +=