mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
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
|