include (../../includes.pri) include (../../buildconf.pri) TEMPLATE = lib CONFIG += dll VERSION = 0.1 HEADERS += AlertWaiterThread.h \ QBittorrentSession.h \ QTorrentHandle.h SOURCES += AlertWaiterThread.cpp \ QBittorrentSession.cpp \ QTorrentHandle.cpp QT -= gui TARGET = qtbittorrent DESTDIR = ../../bin LIBS += -ltorrent-rasterbar \ -lboost_filesystem-mt \ -lboost_date_time-mt \ -lboost_thread-mt # Check build mode and print result in console debug { message( "DEBUG" ) } else { message( "RELEASE" ) }