is_new attribute added to the torrent state information
[qtrapids] / src / src.pro
1 SUBDIRS += engine \
2         gui
3
4 CONFIG += ordered \ 
5         warn_on \
6         thread \
7         qt
8 CONFIG -= debug
9
10 TARGET = qtrapids
11 DESTDIR = ../bin
12
13
14 TEMPLATE = subdirs
15