Skip to content

Commit

Permalink
FIX QMake-Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Jan 21, 2024
1 parent 85cd256 commit 7e61ac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/jkqtplotter.pri
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ isEmpty(JKQTP_PLOTTER_PRI_INCLUDED) {
$$PWD/jkqtplotter/jkqtpcoordinateaxesstyle.h \
$$PWD/jkqtplotter/jkqtpgraphsbasestyle.h \
$$PWD/jkqtplotter/jkqtpimagetools.h \
$$PWD/jkqtplotter/jkqtpkey.h \
$$PWD/jkqtplotter/jkqtpkeystyle.h \
$$PWD/jkqtplotter/graphs/jkqtpboxplot.h \
$$PWD/jkqtplotter/graphs/jkqtpboxplotbase.h \
$$PWD/jkqtplotter/graphs/jkqtpboxplotstylingmixins.h \
Expand Down Expand Up @@ -80,6 +82,8 @@ isEmpty(JKQTP_PLOTTER_PRI_INCLUDED) {
$$PWD/jkqtplotter/jkqtpcoordinateaxes.cpp \
$$PWD/jkqtplotter/jkqtpcoordinateaxesstyle.cpp \
$$PWD/jkqtplotter/jkqtpgraphsbasestyle.cpp \
$$PWD/jkqtplotter/jkqtpkey.cpp \
$$PWD/jkqtplotter/jkqtpkeystyle.cpp \
$$PWD/jkqtplotter/graphs/jkqtpboxplot.cpp \
$$PWD/jkqtplotter/graphs/jkqtpboxplotbase.cpp \
$$PWD/jkqtplotter/graphs/jkqtpboxplotstylingmixins.cpp \
Expand Down

0 comments on commit 7e61ac6

Please sign in to comment.