- Added PluginInterface and SearchPlugin
[qtrapids] / src / gui / gui.pro
index 498841f..668b387 100644 (file)
@@ -1,3 +1,6 @@
+include (../../includes.pri)
+include (../../buildconf.pri)
+
 SOURCES += DownloadView.cpp \
 MainWindow.cpp \
 SeedView.cpp \
@@ -7,16 +10,12 @@ HEADERS += DownloadView.h \
 MainWindow.h \
 SeedView.h \
  PreferencesDialog.h
+
 TEMPLATE = app
 
 TARGET = qtrapids
 
-CONFIG -= release
-
-CONFIG += debug \
- qtestlib
-
-
+CONFIG += qtestlib
 
 DESTDIR = ../../bin
 
@@ -30,3 +29,10 @@ LIBS += -L../../bin \
 QMAKE_LFLAGS_DEBUG += -L.
 TARGETDEPS += ../../bin/libqtbittorrent.so
 
+# Check build mode and print to console
+debug {
+  message( "DEBUG" )
+} else {
+  message( "RELEASE" )
+}
+