mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
|
|
include($$PWD/common.pri)
|
|
|
|
|
|
HEADERS += $$PWD/jkqtmathtext/jkqtmathtext.h
|
|
|
|
SOURCES += $$PWD/jkqtmathtext/jkqtmathtext.cpp
|
|
|
|
|
|
include($$PWD/jkqtplotterressources/math_fonts/xits.pri)
|
|
DEFINES += AUTOLOAD_XITS_FONTS
|
|
|
|
#win32:LIBS += -lgdi32
|