improved desktop UI
[mardrone] / mardrone / mardrone.pro
index ea2fc49..9772352 100644 (file)
@@ -58,7 +58,8 @@ SOURCES += main.cpp\
     qdeclarativetoucharea.cpp \
     gauges/gaugearc.cpp \
     uilistelement.cpp \
-    gauges/gaugehsi.cpp
+    gauges/gaugehsi.cpp \
+    qmlappviewer.cpp
 
 INCLUDEPATH += dronelib \
                gauges \
@@ -81,7 +82,9 @@ HEADERS  +=  dronelib/dronecontrol.h \
     qdeclarativetoucharea.h \
     gauges/gaugearc.h \
     uilistelement.h \
-    gauges/gaugehsi.h
+    gauges/gaugehsi.h \
+    qmlappviewer.h
+
 
 system(pkg-config --exists sdl):!android{
     message("I have sdl")
@@ -297,3 +300,5 @@ ios:include($$[QMAKE_MKSPECS]/common/ios/qiosapp.conf)
 
 
 
+
+