Browse Source
Create a new Target FactControls, and add a custom target for the Qml in the folder.QGC4.4
2 changed files with 22 additions and 1 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
add_library(FactControls |
||||
FactPanelController.cc |
||||
) |
||||
|
||||
add_custom_target(FactControlsQml |
||||
SOURCES |
||||
AltitudeFactTextField.qml |
||||
FactCheckBox.qml |
||||
FactLabel.qml |
||||
FactTextField.qml |
||||
FactTextFieldSlider.qml |
||||
FactBitmask.qml |
||||
FactComboBox.qml |
||||
FactTextFieldGrid.qml |
||||
FactTextFieldRow.qml |
||||
FactValueSlider.qml |
||||
) |
||||
|
||||
target_link_libraries(FactControls qgc) |
Loading…
Reference in new issue