common.pri 159 B
DESTDIR = ../build
QT += network
QT += sql
CONFIG += staticlib
TEMPLATE = lib
UI_DIR = uics
MOC_DIR = mocs
OBJECTS_DIR = objs
INCLUDEPATH +=../../../../libs/
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
DESTDIR = ../build
QT += network
QT += sql
CONFIG += staticlib
TEMPLATE = lib
UI_DIR = uics
MOC_DIR = mocs
OBJECTS_DIR = objs
INCLUDEPATH +=../../../../libs/