mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-24 17:41:39 +08:00
added convenience QMake includes for JKQTmathText
This commit is contained in:
parent
8fd785f0d9
commit
ee56add165
@ -20,7 +20,7 @@
|
||||
|
||||
/*
|
||||
Name: jkqtmathtext.h
|
||||
Copyright: (c) 2010
|
||||
Copyright: (c) 2010-2015
|
||||
Author: Jan krieger <jan@jkrieger.de>, http://www.jkrieger.de/
|
||||
*/
|
||||
|
||||
|
14
jkqtmathtext.pri
Normal file
14
jkqtmathtext.pri
Normal file
@ -0,0 +1,14 @@
|
||||
HEADERS += $$PWD/jkqtmathtext.h \
|
||||
$$PWD/jkqtptools.h \
|
||||
$$PWD/jkqtp_imexport.h
|
||||
|
||||
|
||||
SOURCES += $$PWD/jkqtmathtext.cpp \
|
||||
$$PWD/jkqtptools.cpp
|
||||
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
QT += core gui
|
||||
win32:LIBS += -lgdi32
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
3
jkqtmathtext_with_xits.pri
Normal file
3
jkqtmathtext_with_xits.pri
Normal file
@ -0,0 +1,3 @@
|
||||
include($$PWD/jkqtmathtext.pri)
|
||||
include($$PWD/math_fonts/xits.pri)
|
||||
DEFINES += AUTOLOAD_XITS_FONTS
|
@ -1 +1 @@
|
||||
RESOURCES += xits.qrc
|
||||
RESOURCES += $$PWD/xits.qrc
|
||||
|
Loading…
Reference in New Issue
Block a user