Skip to content
Snippets Groups Projects
Commit 3775dc63 authored by Zachary Cole's avatar Zachary Cole
Browse files

fixed compilation errors when compiling with qtcreator

parent ac1008b7
No related branches found
No related tags found
No related merge requests found
......@@ -700,7 +700,6 @@ void MainWindow::ConvertFile(void)
else if (fi.completeSuffix()=="rtcm3") conversionThread->format=STRFMT_RTCM3;
else if (fi.completeSuffix()=="gps" ) conversionThread->format=STRFMT_OEM4;
else if (fi.completeSuffix()=="ubx" ) conversionThread->format=STRFMT_UBX;
else if (fi.completeSuffix()=="log" ) conversionThread->format=STRFMT_SS2;
else if (fi.completeSuffix()=="bin" ) conversionThread->format=STRFMT_CRES;
else if (fi.completeSuffix()=="jps" ) conversionThread->format=STRFMT_JAVAD;
else if (fi.completeSuffix()=="bnx" ) conversionThread->format=STRFMT_BINEX;
......
......@@ -60,6 +60,8 @@ SOURCES += rtkcmn.c \
rcv/skytraq.c \
rcv/ss2.c \
rcv/ublox.c \
rcv/tersus.c \
rcv/swiftnav.c \
rcv/cmr.c
HEADERS += rtklib.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