2 changed files with 30 additions and 14 deletions
@ -0,0 +1,28 @@ |
|||||||
|
|
||||||
|
add_library(QmlControls |
||||||
|
AppMessages.cc |
||||||
|
CoordinateVector.cc |
||||||
|
EditPositionDialogController.cc |
||||||
|
ParameterEditorController.cc |
||||||
|
QGCFileDialogController.cc |
||||||
|
QGCGeoBoundingCube.cc |
||||||
|
QGCImageProvider.cc |
||||||
|
QGroundControlQmlGlobal.cc |
||||||
|
QmlObjectListModel.cc |
||||||
|
QmlTestWidget.cc |
||||||
|
RCChannelMonitorController.cc |
||||||
|
ScreenToolsController.cc |
||||||
|
) |
||||||
|
|
||||||
|
target_link_libraries(QmlControls |
||||||
|
PUBLIC |
||||||
|
Qt5::Location |
||||||
|
Qt5::SerialPort |
||||||
|
Qt5::TextToSpeech |
||||||
|
Qt5::Widgets |
||||||
|
|
||||||
|
qgc |
||||||
|
) |
||||||
|
|
||||||
|
target_include_directories(QmlControls PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
||||||
|
|
Loading…
Reference in new issue