X-Git-Url: http://git.maemo.org/git/?p=qtrapids;a=blobdiff_plain;f=src%2Fengine%2Fengine.pro;h=0c1c471d4b1397a571280abe94b237a2de22d5f5;hp=eae2f6c3d2e3473c688099a74b4eda09d0f13d14;hb=d3d85653bf84dadcf6c2890cc2ddf9f629ee7619;hpb=6c1ad29679ad40d0aca951c3af76a97ed284e802 diff --git a/src/engine/engine.pro b/src/engine/engine.pro index eae2f6c..0c1c471 100644 --- a/src/engine/engine.pro +++ b/src/engine/engine.pro @@ -1,9 +1,10 @@ include (../../includes.pri) +include (../../buildconf.pri) TEMPLATE = lib -CONFIG += dll \ - debug +CONFIG += dll + VERSION = 0.1 @@ -17,8 +18,6 @@ SOURCES += AlertWaiterThread.cpp \ QT -= gui -CONFIG -= release - TARGET = qtbittorrent DESTDIR = ../../bin @@ -28,3 +27,9 @@ LIBS += -ltorrent-rasterbar \ -lboost_date_time-mt \ -lboost_thread-mt +# Check build mode and print result in console +debug { + message( "DEBUG" ) +} else { + message( "RELEASE" ) +}