fix documentation

felipesanches-svg
don bright 2012-07-15 22:11:04 +02:00
parent 293d66a56e
commit 06420a3ef9
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ isEmpty(QT_VERSION) {
error("Please use qmake for Qt 4 (probably qmake-qt4)")
}
# Auto-include config_<variant>.pri if the VARIANT variable is give on the
# command-line, e.g. qmake VARIANT=mybuild
!isEmpty(VARIANT) {
@ -128,7 +127,7 @@ DEFINES += USE_PROGRESSWIDGET
include(common.pri)
# mingw has to after other items so OBJECT_DIRS will work properly
# mingw has to come after other items so OBJECT_DIRS will work properly
CONFIG(mingw-cross-env) {
include(mingw-cross-env.pri)
}