1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-10 18:24:11 +01:00
LibrePilot/ground/OpenPilotGCS/OpenPilotGCS.pro
dankers 488c823468 Start of GCS
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@68 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-12-15 13:09:13 +00:00

19 lines
329 B
Prolog

#-------------------------------------------------
#
# 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