JKQtPlotter/test/jkqtmathtext_test/jkqtmathtext_test.pro

39 lines
613 B
Prolog
Raw Normal View History

include(../../lib/jkqtmathtext_with_xits.pri)
include($$PWD/asana.pri)
LIBS +=
SOURCES += jkqtmathtext_test.cpp \
../../lib/jkqtplottertools/jkqtphighrestimer.cpp \
testform.cpp
RCC_DIR = rccs
CONFIG += qt windows
TARGET = jkqtplot_test
QT += core gui svg
UI_DIR = .uics
HEADERS += testform.h \
../../lib/jkqtplottertools/jkqtphighrestimer.h
OBJECTS_DIR = .objs
INCLUDEPATH +=
MOC_DIR = .mocs
FORMS += \
testform.ui
DESTDIR = ./
DEFINES += AUTOLOAD_XITS_FONTS AUTOLOAD_Asana_FONTS
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport