mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 10:35:49 +08:00
11 lines
217 B
Prolog
11 lines
217 B
Prolog
include(../../jkqtmathtext_with_xits.pri)
|
|
SOURCES += jkqtmathtext_simpletest.cpp
|
|
|
|
CONFIG += qt
|
|
QT += core gui
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
|
|
|
TARGET = jkqtmathtext_simpletest
|
|
|
|
|