Files
QtHtmlEditor/QtHtmlEditor.pri
2023-11-15 23:24:22 +01:00

40 lines
1.2 KiB
Plaintext

QT += core widgets gui xml
CONFIG += c++20
# 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
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as 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
INCLUDEPATH += $$PWD/include/
SOURCES += \
$$PWD/src/addlinkdialog.cpp \
$$PWD/src/coloraction.cpp \
$$PWD/src/htmlhighlighter.cpp \
$$PWD/src/htmltextedit.cpp \
$$PWD/src/richtexteditor.cpp \
$$PWD/src/richtexteditordialog.cpp \
$$PWD/src/richtexteditortoolbar.cpp
HEADERS += \
$$PWD/include/addlinkdialog.h \
$$PWD/include/coloraction.h \
$$PWD/include/htmlhighlighter.h \
$$PWD/include/htmltextedit.h \
$$PWD/include/richtexteditor.h \
$$PWD/include/richtexteditordialog.h \
$$PWD/include/richtexteditortoolbar.h
FORMS += \
$$PWD/uis/addlinkdialog.ui \
RESOURCES += \
$$PWD/iconos.qrc