Commit e485eb05 authored by Don Gagne's avatar Don Gagne

Relocate plugin lib to make clean work

parent 6362e4c7
......@@ -92,15 +92,16 @@ ReleaseBuild {
BUILDDIR = $${OUT_PWD}/build-release
}
LOCATION_PLUGIN_DESTDIR = $${BUILDDIR}/QGCLocationPlugin
LOCATION_PLUGIN_NAME = QGeoServiceProviderFactoryQGC
OBJECTS_DIR = $${BUILDDIR}/obj
MOC_DIR = $${BUILDDIR}/moc
UI_DIR = $${BUILDDIR}/ui
RCC_DIR = $${BUILDDIR}/rcc
LANGUAGE = C++
# We place the created plugin lib into the objects dir so that make clean will clean it as well
LOCATION_PLUGIN_DESTDIR = $${OBJECTS_DIR}
LOCATION_PLUGIN_NAME = QGeoServiceProviderFactoryQGC
message(BASEDIR $$BASEDIR DESTDIR $$DESTDIR TARGET $$TARGET)
# Turn off serial port warnings
......
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