Bye-bye qmake
[quassel.git] / build / buildconf.pri
diff --git a/build/buildconf.pri b/build/buildconf.pri
deleted file mode 100644 (file)
index d10ba14..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# This file contains global build settings. Note that you can add stuff to CONFIG
-# by using qmake -config stuff 
-# Notable examples:
-# 
-# -config debug (or release or debug_and_release)
-# -config verbose (to enable verbose compiling)
-
-CONFIG += warn_on uic resources qt silent
-
-verbose {
-  CONFIG -= silent
-}
-
-win32 { 
-  static {
-    CONFIG = release warn_on uic resources qt windows static
-  } else {
-    CONFIG = warn_on uic resources qt silent windows
-  }
-}
-
-mac:Tiger {
- QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
- CONFIG += x86 ppc
-}
-
-sputdev {
-  DEFINES *= SPUTDEV
-}
-
-profile {
-  CONFIG += debug
-  QMAKE_CXXFLAGS_DEBUG += -pg
-  QMAKE_LFLAGS_DEBUG += -pg
-}