- Torrent can be now opened and download starts
[qtrapids] / src / engine / engine.pro
1
2 TEMPLATE = lib
3
4 CONFIG += dll \
5  debug
6
7 VERSION = 0.1
8
9 HEADERS += AlertWaiterThread.h \
10  QBittorrentSession.h \
11  QTorrentHandle.h
12
13 SOURCES += AlertWaiterThread.cpp \
14  QBittorrentSession.cpp \
15  QTorrentHandle.cpp
16
17 QT -= gui
18
19 CONFIG -= release
20
21 TARGET = qtbittorrent
22
23 DESTDIR = ../../bin
24
25 LIBS += -ltorrent-rasterbar \
26   -lboost_filesystem-mt \
27   -lboost_date_time-mt \
28   -lboost_thread-mt
29