From c24e9f3dacdb418b39d14cf0bbd2f1ece2517974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=80=B3=E5=88=AE=E5=AD=90?= <2433069615@qq.com> Date: Wed, 4 May 2022 08:45:53 +0800 Subject: [PATCH] first version: only contains ros controller built with C++ --- CMakeLists.txt | 4 ++-- include/Air_Ground_CEC/mainwindow.hpp | 2 -- src/mainwindow.cpp | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c11610..81361bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,10 +123,10 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(SOURCES src/main.cpp src/mainwindow.cpp - src/mainwindow.hpp + include/Air_Ground_CEC/mainwindow.hpp src/mainwindow.ui src/qnode.cpp - src/qnode.hpp + include/Air_Ground_CEC/qnode.hpp ) ## Specify additional locations of header files ## Your package locations should be listed before other locations diff --git a/include/Air_Ground_CEC/mainwindow.hpp b/include/Air_Ground_CEC/mainwindow.hpp index 3671e71..d67fc60 100644 --- a/include/Air_Ground_CEC/mainwindow.hpp +++ b/include/Air_Ground_CEC/mainwindow.hpp @@ -2,8 +2,6 @@ #define MAINWINDOW_H #include -#include "ui_mainwindow.h" -//#include "qnode.hpp" #include #include diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 443597b..5dc816b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,4 +1,4 @@ -#include "mainwindow.hpp" +#include "../include/Air_Ground_CEC/mainwindow.hpp" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) :