mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Removed LC_INSTALL_PREFIX.
This commit is contained in:
parent
7855f3fb4a
commit
ab33fc47b0
2 changed files with 0 additions and 6 deletions
|
@ -100,8 +100,6 @@ unix:!macx {
|
||||||
|
|
||||||
INSTALLS += target docs man desktop icon mime mime_icon
|
INSTALLS += target docs man desktop icon mime mime_icon
|
||||||
|
|
||||||
DEFINES += LC_INSTALL_PREFIX=\\\"$$INSTALL_PREFIX\\\"
|
|
||||||
|
|
||||||
!isEmpty(DISABLE_UPDATE_CHECK) {
|
!isEmpty(DISABLE_UPDATE_CHECK) {
|
||||||
DEFINES += LC_DISABLE_UPDATE_CHECK=$$DISABLE_UPDATE_CHECK
|
DEFINES += LC_DISABLE_UPDATE_CHECK=$$DISABLE_UPDATE_CHECK
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,10 +164,6 @@ int main(int argc, char *argv[])
|
||||||
LibraryPaths += qMakePair(QDir::cleanPath(QCoreApplication::applicationDirPath() + "/../../Contents/Resources/library.bin"), true);
|
LibraryPaths += qMakePair(QDir::cleanPath(QCoreApplication::applicationDirPath() + "/../../Contents/Resources/library.bin"), true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LC_INSTALL_PREFIX
|
|
||||||
LibraryPaths += qMakePair(QString::fromLatin1(LC_INSTALL_PREFIX "/share/leocad/"), false);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef LC_LDRAW_LIBRARY_PATH
|
#ifdef LC_LDRAW_LIBRARY_PATH
|
||||||
LibraryPaths += qMakePair(QString::fromLatin1(LC_LDRAW_LIBRARY_PATH), false);
|
LibraryPaths += qMakePair(QString::fromLatin1(LC_LDRAW_LIBRARY_PATH), false);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue