summaryrefslogtreecommitdiffhomepage
path: root/csv
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-18 10:15:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-18 10:15:29 +0200
commit181770b1e169b9c7c75eacdc969102cce18a8be7 (patch)
tree9f7a990c37dd48f803c9005da13cd86d3f8534cd /csv
parentc3a1174b922040da29b9c979343aa9fba24b46ba (diff)
some: adjust install paths and invocations
Diffstat (limited to 'csv')
-rw-r--r--csv/csv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp
index 1c4a3bb1..c3805ae7 100644
--- a/csv/csv.cpp
+++ b/csv/csv.cpp
@@ -98,8 +98,8 @@ bool CSV::getGameData(int id, unsigned char* table, QString& gamename)
QString id_str(QString::number(id));
- static const QString csv_path(QCoreApplication::applicationDirPath() +
- QString(OPENTRACK_LIBRARY_PATH) +
+ static const QString csv_path(OPENTRACK_BASE_PATH +
+ OPENTRACK_DOC_PATH +
QString("settings/facetracknoir supported games.csv"));
QFile file(csv_path);