- Added buildconf.pri to hold the master-level build options.
[qtrapids] / src / src.pro
1 SUBDIRS += engine \
2         gui
3
4
5 CONFIG += ordered \ 
6         warn_on \
7         thread \
8         qt
9 CONFIG -= debug
10
11 TARGET = qtrapids
12 DESTDIR = ../bin
13
14
15 TEMPLATE = subdirs
16