Move wiimotedev interface entry to NOT APPLE AND NOT WIN32 section
This commit is contained in:
parent
9aa5d56830
commit
7f95635ba0
@ -162,8 +162,6 @@ set(SOURCES
|
||||
widgets/stickyslider.cpp
|
||||
widgets/trackslider.cpp
|
||||
widgets/tracksliderslider.cpp
|
||||
|
||||
wiimotedev/interface.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
@ -284,8 +282,6 @@ set(HEADERS
|
||||
widgets/spinbox.h
|
||||
widgets/stickyslider.h
|
||||
widgets/trackslider.h
|
||||
|
||||
wiimotedev/interface.h
|
||||
)
|
||||
|
||||
set(UI
|
||||
@ -486,6 +482,10 @@ if(NOT APPLE AND NOT WIN32)
|
||||
list(APPEND SOURCES core/mpris.cpp)
|
||||
list(APPEND HEADERS core/mpris.h)
|
||||
|
||||
# Wiimotedev interface classes
|
||||
list(APPEND SOURCES wiimotedev/interface.cpp)
|
||||
list(APPEND HEADERS wiimotedev/interface.h)
|
||||
|
||||
# DeviceKit lister source
|
||||
list(APPEND SOURCES devices/devicekitlister.cpp)
|
||||
list(APPEND HEADERS devices/devicekitlister.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user