1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/OpenPilotGCS/OpenPilotGCS.pro

19 lines
329 B
Prolog
Raw Normal View History

#-------------------------------------------------
#
# Project created by QtCreator 2009-12-16T00:09:29
#
#-------------------------------------------------
QT += svg
TARGET = OpenPilotGCS
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui