diff --git a/AppEnv.cpp b/AppEnv.cpp index 9a3ac87..e0227c2 100755 --- a/AppEnv.cpp +++ b/AppEnv.cpp @@ -20,6 +20,7 @@ #include "AppEnv.h" #include "StandardPaths.h" #include +#include #include #include using namespace std; @@ -35,6 +36,7 @@ QString AppEnv::getGameFolder(bool *ok) QDir dir; bool retok; QString GTAV_FOLDER(getenv("GTAV_FOLDER")); + qDebug() << GTAV_FOLDER; if (GTAV_FOLDER != "") { dir.setPath(GTAV_FOLDER);