Skip to content

Commit

Permalink
re-organized folder layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambofy committed Sep 28, 2020
1 parent 2ce81ba commit 7da192d
Show file tree
Hide file tree
Showing 255 changed files with 7,756 additions and 12,845 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
../../../FOSSA-GroundStationControlPanel/3rdparty/FOSSA-Comms/FOSSA-Comms.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gMatrix.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gObserver.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gSatTEME.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTime.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTimeSpan.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTleFileAccessor.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTleParser.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gVector.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/mathUtils.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/sgp4ext.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/sgp4io.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/sgp4unit.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/solarProcedures.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/ObserverInformation.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/SatelliteInformation.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/SatelliteSimulation.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/SimulationResult.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/TLE.cpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/tiny-aes/aes.cpp \
../../../FOSSA-GroundStationControlPanel/SerialPortThread.cpp \
../../../FOSSA-GroundStationControlPanel/Settings.cpp \
../../../FOSSA-GroundStationControlPanel/main.cpp \
../../../FOSSA-GroundStationControlPanel/mainwindow.cpp \
../../../FOSSA-GroundStationControlPanel/messagelogframe.cpp \
../../../FOSSA-GroundStationControlPanel/systeminformationpane.cpp

HEADERS += \
../../../FOSSA-GroundStationControlPanel/3rdparty/FOSSA-Comms/FOSSA-Comms.h \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gException.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gMatrix.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gMatrixTempl.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gObserver.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gSatTEME.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTime.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTleFileAccessor.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gTleParser.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gVector.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/gVectorTempl.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/mathUtils.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/sgp4ext.h \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/sgp4io.h \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/sgp4unit.h \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/solarProcedures.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/libs/gsat-r11-fixed/src/stdsat.h \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/ObserverInformation.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/SatelliteInformation.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/SatelliteSimulation.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/SimulationResult.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/fossasattracker/src/TLE.hpp \
../../../FOSSA-GroundStationControlPanel/3rdparty/tiny-aes/aes.h \
../../../FOSSA-GroundStationControlPanel/DopplerShiftCorrector.h \
../../../FOSSA-GroundStationControlPanel/SerialPortThread.h \
../../../FOSSA-GroundStationControlPanel/Settings.h \
../../../FOSSA-GroundStationControlPanel/mainwindow.h \
../../../FOSSA-GroundStationControlPanel/messagelogframe.h \
../../../FOSSA-GroundStationControlPanel/systeminformationpane.h

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

FORMS += \
../../../FOSSA-GroundStationControlPanel/mainwindow.ui \
../../../FOSSA-GroundStationControlPanel/messagelogframe.ui \
../../../FOSSA-GroundStationControlPanel/systeminformationpane.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
QMAKE_CXX.QMAKE_MSC_VER = 1928
QMAKE_CXX.QMAKE_MSC_FULL_VER = 192829213
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_MSC_VER \
QMAKE_MSC_FULL_VER
QMAKE_CXX.INCDIRS = \
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MSVC\\14.28.29213\\ATLMFC\\include" \
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MSVC\\14.28.29213\\include" \
"C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" \
"C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt" \
"C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared" \
"C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um" \
"C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt" \
"C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt"
QMAKE_CXX.LIBDIRS = \
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MSVC\\14.28.29213\\ATLMFC\\lib\\x86" \
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MSVC\\14.28.29213\\lib\\x86" \
"C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\lib\\um\\x86" \
"C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\ucrt\\x86" \
"C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\um\\x86"
37 changes: 0 additions & 37 deletions FOSSACommsInterpreter/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions FOSSACommsInterpreter/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions FOSSACommsInterpreter/LICENSE

This file was deleted.

Loading

0 comments on commit 7da192d

Please sign in to comment.