Skip to content
Snippets Groups Projects
Commit 34d30aa3 authored by C-Glick's avatar C-Glick
Browse files

Added QT gitignore and QT project files

parent 5b313647
No related branches found
No related tags found
3 merge requests!76lots of gui updates,!75Lost of gui updates,!74lots of gui updates among others
...@@ -56,11 +56,4 @@ setparam ...@@ -56,11 +56,4 @@ setparam
gettrackable gettrackable
settrackable settrackable
#Qt
gui/MicroCART/Makefile
gui/MicroCART/MicroCART
gui/MicroCART/MicroCART.pro*
gui/MicroCART/moc*
gui/MicroCART/qrc_resources.cpp
gui/MicroCART/ui_mainwindow.h
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.so.*
*.dll
*.dylib
# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*
*.qm
*.prl
# Qt unit tests
target_wrapper.*
# QtCreator
*.autosave
# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtCreator CMake
CMakeLists.txt.user*
# QtCreator 4.8< compilation database
compile_commands.json
# QtCreator local machine specific files for imported projects
*creator.user*
*_qmlcache.qrc
\ No newline at end of file
-std=c17
\ No newline at end of file
// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42
[General]
-std=c++17
\ No newline at end of file
MicroCART
MicroCART.pro
README.md
controlworker.cpp
controlworker.h
crazyflieworker.cpp
crazyflieworker.h
gridlines.gif
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
moc_controlworker.cpp
moc_crazyflieworker.cpp
moc_mainwindow.cpp
moc_predefs.h
moc_qFlightInstruments.cpp
moc_qattitudeindicator.cpp
moc_qcustomplot.cpp
moc_quaditem.cpp
moc_slotprocess.cpp
moc_trackerworker.cpp
qFlightInstruments.cpp
qFlightInstruments.h
qcustomplot.cpp
qcustomplot.h
qrc_resources.cpp
quad.png
quaditem.cpp
quaditem.h
resources.qrc
setpoint.cpp
setpoint.h
slotprocess.cpp
slotprocess.h
trackerworker.cpp
trackerworker.h
ui_mainwindow.h
.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment