mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-10 18:24:11 +01:00
488c823468
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@68 ebee16cc-31ac-478f-84a7-5cbb03baadba
19 lines
329 B
Prolog
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
|