-Added QTorrentHandle and started torrent adding implementation
[qtrapids] / src / engine / engine.pro
index 2344e7e..96bd57e 100644 (file)
@@ -6,9 +6,13 @@ CONFIG += dll \
 
 VERSION = 0.1
 
-HEADERS += AlertWaiterThread.h
+HEADERS += AlertWaiterThread.h \
+ QBittorrentSession.h \
+ QTorrentHandle.h
 
-SOURCES += AlertWaiterThread.cpp
+SOURCES += AlertWaiterThread.cpp \
+ QBittorrentSession.cpp \
+ QTorrentHandle.cpp
 
 QT -= gui
 
@@ -18,3 +22,8 @@ TARGET = qtbittorrent
 
 DESTDIR = ../../bin
 
+LIBS += -ltorrent-rasterbar \
+  -lboost_filesystem-mt \
+  -lboost_date_time-mt \
+  -lboost_thread-mt
+