- Added buildconf.pri to hold the master-level build options.
[qtrapids] / src / src.pro
index 8923296..27453b1 100644 (file)
@@ -1,9 +1,12 @@
-SUBDIRS += gui \
-                                       engine
+SUBDIRS += engine \
+       gui
 
-CONFIG += warn_on \
-                               thread \
-          qt
+
+CONFIG += ordered \ 
+       warn_on \
+       thread \
+       qt
+CONFIG -= debug
 
 TARGET = qtrapids
 DESTDIR = ../bin