Changes: cleanup and corrections for autobuilder
[ptas] / zouba / qt4-maemo5 / mkspecs / macx-llvm / qmake.conf
diff --git a/zouba/qt4-maemo5/mkspecs/macx-llvm/qmake.conf b/zouba/qt4-maemo5/mkspecs/macx-llvm/qmake.conf
deleted file mode 100644 (file)
index de8040c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#macx-g++ (different from g++.conf)
-
-#
-# qmake configuration for macx-g++
-#
-# Mac OS X + command-line compiler
-#
-
-MAKEFILE_GENERATOR     = UNIX
-TEMPLATE               = app
-CONFIG                 += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl
-QT                     += core gui
-QMAKE_INCREMENTAL_STYLE = sublib
-
-include(../common/mac-llvm.conf)
-
-load(qt_config)