Commit 73a9b95c authored by Michael Carpenter's avatar Michael Carpenter

Fix for bad file name extensions. Should stick to the standard cc, not cpp

parent 0d1656d8
...@@ -543,8 +543,8 @@ SOURCES += src/main.cc \ ...@@ -543,8 +543,8 @@ SOURCES += src/main.cc \
src/ui/designer/QGCTextLabel.cc \ src/ui/designer/QGCTextLabel.cc \
src/ui/submainwindow.cpp \ src/ui/submainwindow.cpp \
src/ui/dockwidgettitlebareventfilter.cpp \ src/ui/dockwidgettitlebareventfilter.cpp \
src/ui/uas/UASQuickView.cpp \ src/ui/uas/UASQuickViewItem.cc \
src/ui/uas/UASQuickViewItem.cpp src/ui/uas/UASQuickView.cc
# Enable Google Earth only on Mac OS and Windows with Visual Studio compiler # Enable Google Earth only on Mac OS and Windows with Visual Studio compiler
macx|macx-g++|macx-g++42|win32-msvc2008|win32-msvc2010|win32-msvc2012::SOURCES += src/ui/map3D/QGCGoogleEarthView.cc macx|macx-g++|macx-g++42|win32-msvc2008|win32-msvc2010|win32-msvc2012::SOURCES += src/ui/map3D/QGCGoogleEarthView.cc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment