added .pro file

This commit is contained in:
2023-11-15 23:22:13 +01:00
parent 312a7b3d7a
commit 499c5d53c0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
QT += core widgets gui xml
CONFIG += c++17
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.

1
QtHtmlEditor.pro Normal file
View File

@@ -0,0 +1 @@
include(QtHtmlEditor.pri)