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