1include (../../shared.pri)
2
3HEADERS += \
4    io_pdb.h \
5    $$VCGDIR/wrap/ply/plylib.h
6
7SOURCES += \
8    io_pdb.cpp \
9    $$VCGDIR//wrap/ply/plylib.cpp\
10
11
12TARGET = io_pdb
13