diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3515951..296bf37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ qt_add_executable(appeurydice main.cpp QmlCustomPlot.h QmlCustomPlot.cpp + qtquickcontrols2.conf ) qt_add_qml_module(appeurydice @@ -27,6 +28,7 @@ qt_add_qml_module(appeurydice Main.qml QML_FILES request.js QML_FILES ImageViewer.qml + RESOURCES eurydice.qrc ) # Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. @@ -44,8 +46,8 @@ target_link_libraries(appeurydice PRIVATE Qt6::Widgets Qt6::Quick - qcustomplot-qt6 - # qcustomplot + #qcustomplot-qt6 + qcustomplot ) target_compile_definitions(app${PROJECT_NAME} PRIVATE QCUSTOMPLOT_USE_LIBRARY) |
