Update test.pro for using base path for included pri files.

This commit is contained in:
Kimmo Varis 2010-12-18 17:07:20 +02:00
parent 062eabf246
commit 67713e47bd
1 changed files with 2 additions and 0 deletions

View File

@ -10,7 +10,9 @@ win32 {
LIBS += -lshlwapi
}
BASEPATH = ../externals/tinyxml/
include(../externals/tinyxml/tinyxml.pri)
BASEPATH = ../lib/
include(../lib/lib.pri)
# cli/*