added .pro file

This commit is contained in:
2023-11-15 23:24:22 +01:00
parent 499c5d53c0
commit 882eaf3534
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
QT += core widgets gui xml
QT += core widgets gui xml
CONFIG += c++20

View File

@@ -1 +1,6 @@
TARGET = QtHtmlEditor
TEMPLATE = lib
CONFIG += staticlib
QT += core widgets gui xml
include(QtHtmlEditor.pri)