summaryrefslogtreecommitdiffstats
path: root/src/styles/qt_styles.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/qt_styles.pri')
-rw-r--r--src/styles/qt_styles.pri20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri
index 8387268c..913828ea 100644
--- a/src/styles/qt_styles.pri
+++ b/src/styles/qt_styles.pri
@@ -23,7 +23,7 @@ styles {
SOURCES *= $$STYLES_CPP/qaquastyle_p.cpp
!contains( styles, windows ) {
- message( mac retquires windows )
+ message( mac requires windows )
styles += windows
}
}
@@ -37,7 +37,7 @@ styles {
SOURCES *= $$STYLES_CPP/qaquastyle_p.cpp
!contains( styles, windows ) {
- message( aqua retquires windows )
+ message( aqua requires windows )
styles += windows
}
}
@@ -48,7 +48,7 @@ styles {
SOURCES +=$$STYLES_CPP/qcdestyle.cpp
!contains( styles, motif ) {
- message( cde retquires motif )
+ message( cde requires motif )
styles += motif
}
}
@@ -58,7 +58,7 @@ styles {
HEADERS +=$$STYLES_H/qmotifplusstyle.h
SOURCES +=$$STYLES_CPP/qmotifplusstyle.cpp
!contains( styles, motif ) {
- message( motifplus retquires motif )
+ message( motifplus requires motif )
styles += motif
}
}
@@ -68,7 +68,7 @@ styles {
HEADERS +=$$STYLES_H/qinterlacestyle.h
SOURCES +=$$STYLES_CPP/qinterlacestyle.cpp
!contains( styles, windows ) {
- message( interlace retquires windows )
+ message( interlace requires windows )
styles += windows
}
}
@@ -78,7 +78,7 @@ styles {
HEADERS +=$$STYLES_H/qplatinumstyle.h
SOURCES +=$$STYLES_CPP/qplatinumstyle.cpp
!contains( styles, windows ) {
- message( platinum retquires windows )
+ message( platinum requires windows )
styles += windows
}
}
@@ -88,7 +88,7 @@ styles {
HEADERS +=$$STYLES_H/qwindowsxpstyle.h
SOURCES +=$$STYLES_CPP/qwindowsxpstyle.cpp
!contains( styles, windowsxp ) {
- message( windowsxp retquires windows )
+ message( windowsxp requires windows )
styles += windows
}
}
@@ -98,7 +98,7 @@ styles {
HEADERS +=$$STYLES_H/qsgistyle.h
SOURCES +=$$STYLES_CPP/qsgistyle.cpp
!contains( styles, motif ) {
- message( sgi retquires motif )
+ message( sgi requires motif )
styles += motif
}
}
@@ -108,7 +108,7 @@ styles {
HEADERS +=$$STYLES_H/qcompactstyle.h
SOURCES +=$$STYLES_CPP/qcompactstyle.cpp
!contains( styles, windows ) {
- message( compact retquires windows )
+ message( compact requires windows )
styles += windows
}
}
@@ -120,7 +120,7 @@ styles {
SOURCES +=$$STYLES_CPP/qpocketpcstyle_wce.cpp
!contains( styles, windows ) {
- message( pocketpc retquires windows )
+ message( pocketpc requires windows )
styles += windows
}
}