Skip to content

Commit

Permalink
WIP - Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Oct 1, 2023
1 parent 61b365c commit 89b1a3e
Show file tree
Hide file tree
Showing 46 changed files with 341 additions and 2,992 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1422,9 +1422,6 @@ if(QT6)
else()
add_executable(mixxx WIN32 src/main.cpp)
endif()
# ugly hack to get #include "preferences/dialog/ui_dlgpreferencesdlg.h" to work in
# src/qmldlgpreferencesproxy.h, which is #included from src/qmlapplication.h.
target_include_directories(mixxx PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/mixxx-lib_autogen/include")
set_target_properties(mixxx-lib PROPERTIES CXX_CLANG_TIDY "${CLANG_TIDY}")
target_link_libraries(mixxx PRIVATE mixxx-lib mixxx-gitinfostore)

Expand Down Expand Up @@ -2366,7 +2363,7 @@ if(QML)
# See: https://bugreports.qt.io/browse/QTBUG-87221
target_include_directories(${MIXXX_QML_LIB} PRIVATE src/control src/qml)
if (NOT QML_UI)
target_include_directories(${MIXXX_QML_LIB} PRIVATE src/ "${CMAKE_CURRENT_BINARY_DIR}/mixxx-lib_autogen/include" ${CMAKE_BINARY_DIR}/src)
target_include_directories(${MIXXX_QML_LIB} PRIVATE src/ ${CMAKE_BINARY_DIR}/src)
target_include_directories(${MIXXX_QML_LIB} SYSTEM PUBLIC lib/rigtorp/SPSCQueue/include lib/portaudio)
endif()
target_link_libraries(${MIXXX_QML_LIB} PRIVATE ${MIXXX_QML_LIB}plugin)
Expand Down
4 changes: 1 addition & 3 deletions res/controllers/Dummy Device Screen.hid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
</info>
<controller id="DummyDevice">
<screens>
<screen identifier="leftdeck" width="320" height="240" targetFps="5" pixelType="RBG565" />
<screen identifier="rightdeck" width="320" height="240" targetFps="5" pixelType="RBG565" />
<screen identifier="main" width="480" height="360" targetFps="20" pixelType="RBGA" splashoff="2000" />
</screens>
<scriptfiles>
<file filename="DummyDeviceDefaultScreen.qml" />
</scriptfiles>
<qmllibraries>
<library path="Dummy-Device-Default-Screen" />
</qmllibraries>
</controller>
</MixxxControllerPreset>
62 changes: 0 additions & 62 deletions res/controllers/Dummy-Device-Default-Screen/BPMIndicator.qml

This file was deleted.

43 changes: 0 additions & 43 deletions res/controllers/Dummy-Device-Default-Screen/CustomCheckBox.qml

This file was deleted.

188 changes: 0 additions & 188 deletions res/controllers/Dummy-Device-Default-Screen/HotcuePoint.qml

This file was deleted.

Loading

0 comments on commit 89b1a3e

Please sign in to comment.