Skip to content

Commit

Permalink
Qt: import folder has now its own qrc
Browse files Browse the repository at this point in the history
  • Loading branch information
syl committed Feb 25, 2022
1 parent 948991a commit 8791bbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions atomic_defi_design/imports/qml.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<RCC>
<qresource>
<file>bignumberjs/qmldir</file>
<file>bignumberjs/bignumber.js/bignumber.js</file>
</qresource>
</RCC>
2 changes: 0 additions & 2 deletions atomic_defi_design/qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,5 @@
<file>Dex/main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>Dex/Components/PopupManager.qml</file>
<file>imports/bignumberjs/qmldir</file>
<file>imports/bignumberjs/bignumber.js/bignumber.js</file>
</qresource>
</RCC>
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ add_executable(${PROJECT_NAME}

##! QRC
${CMAKE_SOURCE_DIR}/atomic_defi_design/qml.qrc
${CMAKE_SOURCE_DIR}/atomic_defi_design/imports/qml.qrc

##! Linguistic
${QM_FILES}
Expand Down

0 comments on commit 8791bbc

Please sign in to comment.