mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +08:00
bugfixed qmake build scripts
This commit is contained in:
parent
bfc46de304
commit
ba6e583d56
@ -32,6 +32,8 @@
|
||||
#include <QPaintDevice>
|
||||
#include <QPaintEngine>
|
||||
#include <QPrinter>
|
||||
#include <QPainterPath>
|
||||
#include <QString>
|
||||
|
||||
class QFile;
|
||||
class QTeXPaintEngine;
|
||||
|
@ -37,7 +37,8 @@ isEmpty(JKQTP_COMMON_PRI_INCLUDED) {
|
||||
$$PWD/jkqtcommon/jkqtpstatkde.h \
|
||||
$$PWD/jkqtcommon/jkqtpstatregression.h \
|
||||
$$PWD/jkqtcommon/jkqtpstatpoly.h \
|
||||
$$PWD/jkqtcommon/jkqtpstatgrouped.h
|
||||
$$PWD/jkqtcommon/jkqtpstatgrouped.h \
|
||||
$$PWD/jkqtcommon/jkqtpicons.h
|
||||
|
||||
|
||||
|
||||
@ -60,7 +61,8 @@ isEmpty(JKQTP_COMMON_PRI_INCLUDED) {
|
||||
$$PWD/jkqtcommon/jkqtpstatkde.cpp \
|
||||
$$PWD/jkqtcommon/jkqtpstatregression.cpp \
|
||||
$$PWD/jkqtcommon/jkqtpstatpoly.cpp \
|
||||
$$PWD/jkqtcommon/jkqtpstatgrouped.cpp
|
||||
$$PWD/jkqtcommon/jkqtpstatgrouped.cpp \
|
||||
$$PWD/jkqtcommon/jkqtpicons.cpp
|
||||
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
Loading…
Reference in New Issue
Block a user