From 882eaf35344b6ff3fe83cd5d8ba0a24df70fe4ed Mon Sep 17 00:00:00 2001 From: vicente Date: Wed, 15 Nov 2023 23:24:22 +0100 Subject: [PATCH] added .pro file --- QtHtmlEditor.pri | 2 +- QtHtmlEditor.pro | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/QtHtmlEditor.pri b/QtHtmlEditor.pri index b55c8d2..6aa6706 100644 --- a/QtHtmlEditor.pri +++ b/QtHtmlEditor.pri @@ -1,4 +1,4 @@ -QT += core widgets gui xml +QT += core widgets gui xml CONFIG += c++20 diff --git a/QtHtmlEditor.pro b/QtHtmlEditor.pro index c6a3d2c..5bbc2a6 100644 --- a/QtHtmlEditor.pro +++ b/QtHtmlEditor.pro @@ -1 +1,6 @@ +TARGET = QtHtmlEditor +TEMPLATE = lib +CONFIG += staticlib +QT += core widgets gui xml + include(QtHtmlEditor.pri) \ No newline at end of file