Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
FIX: image / sofaqtquick gui on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ocarre committed Jan 30, 2017
1 parent b3aa9d8 commit e6fc2e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions applications-dev/plugins/SofaQtQuickGUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ set(PYTHON_FILES
)

set(QRC_FILES
data/resources.qrc
data/qml/qml.qrc
data/sofaQtQuickGUI_resources.qrc
data/qml/sofaQtQuickGUI_qml.qrc
)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
4 changes: 2 additions & 2 deletions applications-dev/plugins/SofaQtQuickGUI/SofaQtQuickGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ SofaQtQuickGUI::SofaQtQuickGUI(QObject *parent) : QQmlExtensionPlugin(parent)

void SofaQtQuickGUI::init()
{
Q_INIT_RESOURCE(qml);
Q_INIT_RESOURCE(resources);
Q_INIT_RESOURCE(sofaQtQuickGUI_qml);
Q_INIT_RESOURCE(sofaQtQuickGUI_resources);

registerTypes("SofaQtQuickGUI");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const int versionMinor = 0;

static void initResources()
{
Q_INIT_RESOURCE(qml);
Q_INIT_RESOURCE(image_qtquickgui_qml);
}

namespace sofa
Expand Down

0 comments on commit e6fc2e6

Please sign in to comment.