mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
Extending CMake procedure by 'BUILD_MODULE_QtSamples' variable to switch on qt samples build. Implementation required: - union of occt_toolkit_tool.cmake and occt_toolkit.cmake files; - correction of qt samples sources by adding path to Qt 'plugins' folder. It helps to avoid definition of additional variable (QT_QPA_PLATFORM_PLUGIN_PATH) when staring sample.bat for qt samples; - executable processing is extended in cmake procedure by providing 'EXECUTABLE_PROJECT' variable. Now we need not specify custom processing for DRAWEXE in occt_toolkit.cmake
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file alias="main.qml">../res/qml/main.qml</file>
|
|
</qresource>
|
|
<qresource prefix="/">
|
|
<file alias="ic_action_collection.png">../res/icons/ic_action_collection.png</file>
|
|
</qresource>
|
|
</RCC>
|