diff --git a/src/filesystem/paths.cpp b/src/filesystem/paths.cpp index 5fca0c3..5a3b9c8 100644 --- a/src/filesystem/paths.cpp +++ b/src/filesystem/paths.cpp @@ -70,7 +70,7 @@ Paths::Paths() : m_executableFilePath( m_binaryDirectory.absolutePath() + "/" + m_executableFileName ), m_configFilePath( m_binaryDirectory.absolutePath() + "/" + m_configFileName ) { - if ( m_tempDirectory.isEmpty() || ( m_tempDirectory.path() == "." ) ) + if ( m_tempDirectory.absolutePath().isEmpty() || ( m_tempDirectory.path() == "." ) ) { m_tempDirectory = _PATH_TMP; }