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