added convenience QMake includes for JKQTmathText

This commit is contained in:
jkriege2 2015-08-02 15:41:47 +02:00
parent 8fd785f0d9
commit ee56add165
4 changed files with 19 additions and 2 deletions

View File

@ -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
View 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

View File

@ -0,0 +1,3 @@
include($$PWD/jkqtmathtext.pri)
include($$PWD/math_fonts/xits.pri)
DEFINES += AUTOLOAD_XITS_FONTS

View File

@ -1 +1 @@
RESOURCES += xits.qrc
RESOURCES += $$PWD/xits.qrc