diff options
Diffstat (limited to 'csv/csv.cpp')
-rw-r--r-- | csv/csv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp index 668da442..9218bb80 100644 --- a/csv/csv.cpp +++ b/csv/csv.cpp @@ -10,7 +10,7 @@ */ #include "csv.h" -#include "opentrack/library-path.hpp" +#include "opentrack-library-path.h" #include <QTextDecoder> #include <QFile> #include <QCoreApplication> @@ -100,7 +100,7 @@ bool CSV::getGameData(int id, unsigned char* table, QString& gamename) QString id_str(move(QString::number(id))); static const QString libexec_path(QStringLiteral("./") + - QString(opentrack_library_path) + + QStringLiteral(OPENTRACK_LIBRARY_PATH) + QStringLiteral("/settings/facetracknoir supported games.csv")); QFile file(QCoreApplication::applicationDirPath() + libexec_path); |