|
@@ -48,8 +48,13 @@ INCLUDEPATH += $$PWD/../../include/msgtype
|
|
|
|
|
|
LIBS += -lprotobuf
|
|
|
|
|
|
-INCLUDEPATH += $$PWD/../../../include/
|
|
|
-LIBS += -L$$PWD/../../../bin/ -lxmlparam -lmodulecomm -livlog
|
|
|
+
|
|
|
+!include(../../../include/common.pri ) {
|
|
|
+ error( "Couldn't find the common.pri file!" )
|
|
|
+}
|
|
|
+
|
|
|
+#INCLUDEPATH += $$PWD/../../../include/
|
|
|
+#LIBS += -L$$PWD/../../../bin/ -lxmlparam -lmodulecomm -livlog
|
|
|
# -livbacktrace
|
|
|
|
|
|
|