aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtNetwork
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2010-02-05 15:58:35 -0400
committerHugo Lima <hugo.lima@openbossa.org>2010-02-05 17:54:00 -0200
commitdac9954e97ab1054ace55ccff9b527f5f65c19d6 (patch)
tree369b84fe18739ad486de8c67bbf1b4a8d35e0888 /PySide/QtNetwork
parentc1d5619a6fdb47797fc7046a1cb83655e8595186 (diff)
Simplify "else" and "endif" statements
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Diffstat (limited to 'PySide/QtNetwork')
-rw-r--r--PySide/QtNetwork/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtNetwork/CMakeLists.txt b/PySide/QtNetwork/CMakeLists.txt
index 6e847a0d4..b189ac025 100644
--- a/PySide/QtNetwork/CMakeLists.txt
+++ b/PySide/QtNetwork/CMakeLists.txt
@@ -43,13 +43,13 @@ elseif(Q_WS_MAC)
set(MODULE_NAME network_mac)
set(SPECIFIC_OS_FILES
)
-else(Q_WS_MAC)
+else()
message(FATAL_ERROR "OS not supported")
endif(Q_WS_X11)
if (${QT_VERSION_MAJOR} EQUAL 4 AND ${QT_VERSION_MINOR} LESS 6)
set (QtNetwork_46_SRC )
-else (${QT_VERSION_MAJOR} EQUAL 4 AND ${QT_VERSION_MINOR} LESS 6)
+else()
set(QtNetwork_46_SRC
)
endif (${QT_VERSION_MAJOR} EQUAL 4 AND ${QT_VERSION_MINOR} LESS 6)