7a4b586f4b
It is no longer handled separately from Android.
This effectively reverts commit 6d50f746fe
Change-Id: Ic2d75b8c5a09895810913311ab2fe3355d4d2983
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
18 lines
412 B
Prolog
18 lines
412 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 {
|
|
SOURCES += io/qstandardpaths_android.cpp
|
|
} else:haiku {
|
|
SOURCES += io/qstandardpaths_haiku.cpp
|
|
} else {
|
|
SOURCES += io/qstandardpaths_unix.cpp
|
|
}
|
|
}
|