mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Qt4 fixes.
This commit is contained in:
parent
1725d0cf0e
commit
bf75ce012f
1 changed files with 2 additions and 2 deletions
|
@ -165,11 +165,11 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
#ifdef LC_INSTALL_PREFIX
|
||||
LibraryPaths += qMakePair(QLatin1String(LC_INSTALL_PREFIX "/share/leocad/"), false);
|
||||
LibraryPaths += qMakePair(QString::fromLatin1(LC_INSTALL_PREFIX "/share/leocad/"), false);
|
||||
#endif
|
||||
|
||||
#ifdef LC_LDRAW_LIBRARY_PATH
|
||||
LibraryPaths += qMakePair(QLatin1String(LC_LDRAW_LIBRARY_PATH), false);
|
||||
LibraryPaths += qMakePair(QString::fromLatin1(LC_LDRAW_LIBRARY_PATH), false);
|
||||
#endif
|
||||
|
||||
setlocale(LC_NUMERIC, "C");
|
||||
|
|
Loading…
Reference in a new issue