9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
|
INCLUDEPATH += $${PWD}/simplecpp \
|
||
|
$${PWD}/tinyxml
|
||
|
|
||
|
HEADERS += $${PWD}/simplecpp/simplecpp.h \
|
||
|
$${PWD}/tinyxml/tinyxml2.h
|
||
|
|
||
|
SOURCES += $${PWD}/simplecpp/simplecpp.cpp \
|
||
|
$${PWD}/tinyxml/tinyxml2.cpp
|