Added Q_FUNC_INFO macros to some functions.
[qtrapids] / src / engine / engine.pro
index 566e172..0c1c471 100644 (file)
@@ -1,2 +1,35 @@
-TEMPLATE = subdirs
+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" )
+}