mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +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
|
||||
|
||||
DEFINES += LC_INSTALL_PREFIX=\\\"$$INSTALL_PREFIX\\\"
|
||||
|
||||
!isEmpty(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);
|
||||
#endif
|
||||
|
||||
#ifdef LC_INSTALL_PREFIX
|
||||
LibraryPaths += qMakePair(QString::fromLatin1(LC_INSTALL_PREFIX "/share/leocad/"), false);
|
||||
#endif
|
||||
|
||||
#ifdef LC_LDRAW_LIBRARY_PATH
|
||||
LibraryPaths += qMakePair(QString::fromLatin1(LC_LDRAW_LIBRARY_PATH), false);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue