Using relative path in included file binds it to be usable only included from one directory. Instead use variable for giving the base path for files.
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
|
|
HEADERS += $${BASEPATH}tinystr.h \
|
|
$${BASEPATH}tinyxml.h
|
|
SOURCES += $${BASEPATH}tinystr.cpp \
|
|
$${BASEPATH}tinyxml.cpp \
|
|
$${BASEPATH}tinyxmlerror.cpp \
|
|
$${BASEPATH}tinyxmlparser.cpp
|