Update test.pro for using base path for included pri files.
This commit is contained in:
parent
062eabf246
commit
67713e47bd
|
@ -10,7 +10,9 @@ win32 {
|
|||
LIBS += -lshlwapi
|
||||
}
|
||||
|
||||
BASEPATH = ../externals/tinyxml/
|
||||
include(../externals/tinyxml/tinyxml.pri)
|
||||
BASEPATH = ../lib/
|
||||
include(../lib/lib.pri)
|
||||
|
||||
# cli/*
|
||||
|
|
Loading…
Reference in New Issue