From 499c5d53c0f8274000ec9ee8d4769238318b9192 Mon Sep 17 00:00:00 2001 From: vicente Date: Wed, 15 Nov 2023 23:22:13 +0100 Subject: [PATCH] added .pro file --- QtHtmlEditor.pri | 2 +- QtHtmlEditor.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 QtHtmlEditor.pro diff --git a/QtHtmlEditor.pri b/QtHtmlEditor.pri index 57d226f..b55c8d2 100644 --- a/QtHtmlEditor.pri +++ b/QtHtmlEditor.pri @@ -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. diff --git a/QtHtmlEditor.pro b/QtHtmlEditor.pro new file mode 100644 index 0000000..c6a3d2c --- /dev/null +++ b/QtHtmlEditor.pro @@ -0,0 +1 @@ +include(QtHtmlEditor.pri) \ No newline at end of file