QT += network QT -= gui include(../commons.pri) TARGET = ptsocketqt$$QT_MAJOR_VERSION TEMPLATE = lib DEFINES += LIBPTSOCKET_LIBRARY SOURCES += ptsocket.cpp ptserver.cpp broadcast.cpp HEADERS += ptsocket.h libptsocket_global.h ptserver.h broadcast.h unix:!symbian { maemo5 { target.path = /opt/usr/lib } else { target.path = /usr/lib headers.path = /usr/include/ptsocket headers.files = $$HEADERS INSTALLS += headers } INSTALLS += target } VERSION = 1.5.0