2016-08-09 15:55:46 +02:00
|
|
|
#VTools static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vtools
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#VWidgets static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vwidgets
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#VFormat static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vformat
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#VPatternDB static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vpatterndb
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
# Fervor static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/fervor
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#VMisc static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vmisc
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#VGeometry static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vgeometry
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
# IFC static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/ifc
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#VLayout static library
|
2016-10-04 16:52:35 +02:00
|
|
|
INCLUDEPATH += $${PWD}/vlayout
|
2016-08-09 15:55:46 +02:00
|
|
|
|
|
|
|
#QMuParser library
|
|
|
|
INCLUDEPATH += $${PWD}/qmuparser
|
|
|
|
|
|
|
|
#VPropertyExplorer library
|
|
|
|
INCLUDEPATH += $${PWD}/vpropertyexplorer
|
2017-06-01 12:04:25 +02:00
|
|
|
|
|
|
|
#VTools static library
|
|
|
|
INCLUDEPATH += $${PWD}/vtest
|