forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.5' into 3.6
Conflicts: src/plugins/clangcodemodel/clangcodemodel.pro Change-Id: I742f4a0d0aebae029ac361fc4f55d222ff2d65b2
This commit is contained in:
@@ -28819,6 +28819,10 @@ This is independent of the visibility property in QML.</source>
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QmlDesigner::QmlDesignerPlugin</name>
|
<name>QmlDesigner::QmlDesignerPlugin</name>
|
||||||
|
<message>
|
||||||
|
<source>Cannot create OpenGL context.</source>
|
||||||
|
<translation>Не удалось создать контекст OpenGL.</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Switch Text/Design</source>
|
<source>Switch Text/Design</source>
|
||||||
<translation>Переключить текст/дизайн</translation>
|
<translation>Переключить текст/дизайн</translation>
|
||||||
@@ -30591,6 +30595,10 @@ references to elements in other files, loops, and so on.)</source>
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>QmlProfiler::Internal::QmlProfilerPlugin</name>
|
<name>QmlProfiler::Internal::QmlProfilerPlugin</name>
|
||||||
|
<message>
|
||||||
|
<source>Cannot create OpenGL context.</source>
|
||||||
|
<translation>Не удалось создать контекст OpenGL.</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>QML Profiler</source>
|
<source>QML Profiler</source>
|
||||||
<translation>Профайлер QML</translation>
|
<translation>Профайлер QML</translation>
|
||||||
@@ -38677,6 +38685,13 @@ should a repository require SSH-authentication (see documentation on SSH and the
|
|||||||
<translation>Ошибка загрузки режима приветствия</translation>
|
<translation>Ошибка загрузки режима приветствия</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>Welcome::Internal::WelcomePlugin</name>
|
||||||
|
<message>
|
||||||
|
<source>Cannot create OpenGL context.</source>
|
||||||
|
<translation>Не удалось создать контекст OpenGL.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>WidgetPluginManager</name>
|
<name>WidgetPluginManager</name>
|
||||||
<message>
|
<message>
|
||||||
|
@@ -16,5 +16,5 @@ SOURCES += clangbackendmain.cpp
|
|||||||
|
|
||||||
unix {
|
unix {
|
||||||
!osx: QMAKE_LFLAGS += -Wl,-z,origin
|
!osx: QMAKE_LFLAGS += -Wl,-z,origin
|
||||||
QMAKE_LFLAGS += -Wl,-rpath,$$shell_quote($${LLVM_LIBDIR})
|
!disable_external_rpath: QMAKE_LFLAGS += -Wl,-rpath,$$shell_quote($${LLVM_LIBDIR})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user