35f23a3dad
Parse conditions more exactly as before, enabling proper handling of else scopes. Change-Id: Icb5dcc73010be4833b2d1cbc1396191992df1ee4 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
18 lines
430 B
Prolog
18 lines
430 B
Prolog
win32 {
|
|
!winrt {
|
|
SOURCES +=io/qstandardpaths_win.cpp
|
|
} else {
|
|
SOURCES +=io/qstandardpaths_winrt.cpp
|
|
}
|
|
} else:unix {
|
|
mac {
|
|
OBJECTIVE_SOURCES += io/qstandardpaths_mac.mm
|
|
} else:android:!android-embedded {
|
|
SOURCES += io/qstandardpaths_android.cpp
|
|
} else:haiku {
|
|
SOURCES += io/qstandardpaths_haiku.cpp
|
|
} else {
|
|
SOURCES += io/qstandardpaths_unix.cpp
|
|
}
|
|
}
|