32-Bit and 64-bit Qt 5 Install on Same System Error

I'm building some packages which use Qt 5. My system is a 64-bit install and i have successfully compiled the 64-bit rpms. The 32-bit ones are giving me issue becuase I cannot seem to install the 32-bit version of Qt 5. When I attempt to install I get the following error:
I'm at a loss as to what I should do to have both architectures installed.
2 installation transactions failed
There was a problem during the installation:
file /usr/bin/icu-config from install of libicu-devel-1:52.1-2.mga4.i586 conflicts with file from package lib64icu-devel-1:52.1-2.mga4.x86_64
devel(libicui18n) is needed by libqt5core-devel-5.2.0-2.3.mga4.i586
devel(libicuuc) is needed by libqt5core-devel-5.2.0-2.3.mga4.i586
devel(libpcre16) is needed by libqt5core-devel-5.2.0-2.3.mga4.i586
devel(libffi) is needed by libglib2.0-devel-2.38.2-4.mga4.i586
devel(libpcre) is needed by libglib2.0-devel-2.38.2-4.mga4.i586
libicui18n.so.52 is needed by libqt5core5-5.2.0-2.3.mga4.i586
libicuuc.so.52 is needed by libqt5core5-5.2.0-2.3.mga4.i586
libpcre16.so.0 is needed by libqt5core5-5.2.0-2.3.mga4.i586
libffi.so.6 is needed by libglib2.0_0-2.38.2-4.mga4.i586
libpcre.so.1 is needed by libglib2.0_0-2.38.2-4.mga4.i586
I'm at a loss as to what I should do to have both architectures installed.