新增超级图形字体

This commit is contained in:
feiyangqingyun
2021-12-08 09:42:51 +08:00
parent c5d0b5d218
commit 04b32f0dd4
18 changed files with 2285 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
TARGET = iconhelper
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += frmiconhelper.cpp
SOURCES += iconhelper.cpp
SOURCES += panelwidget.cpp
HEADERS += frmiconhelper.h
HEADERS += iconhelper.h
HEADERS += panelwidget.h
FORMS += frmiconhelper.ui
INCLUDEPATH += $$PWD
RESOURCES += main.qrc