1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
greaterThan(QT_MAJOR_VERSION, 4): QT *= widgets printsupport
include($${_PRO_FILE_PWD_}/qmake/findpoppler.pri)
DEFINES += KTIKZ_TEMPLATES_INSTALL_DIR=\\\"$${TEMPLATES_INSTALL_DIR}\\\"
include($${PWD}/utils/utils.pri)
FORMS += $${PWD}/templatewidget.ui
SOURCES += \
$${PWD}/templatewidget.cpp \
$${PWD}/tikzpreview.cpp \
$${PWD}/tikzpreviewcontroller.cpp \
$${PWD}/tikzpreviewgenerator.cpp \
$${PWD}/tikzpreviewmessagewidget.cpp \
$${PWD}/tikzpreviewrenderer.cpp
HEADERS += \
# $$headerFiles($$SOURCES) \
$${PWD}/mainwidget.h \
$$PWD/textcodecprofile.h
|