In my systemA im having debian linux with x86 processor.I installed QT creator on it that is working fine.
In my systemB im having debian linux with arm processor.I need to run QT creator executable which is generated in SystemA(x86 processor).
For that i installed G++ cross compiler.Then i added the installed cross compiler in QT creator manually in Tools->Option-->Build&Run-->Compilers-->Add.Here I selected ABI as "arm-linux-generic-elf-64bit".
Now it in Kits it is showing the error like "The compiler G++ (arm-linux-generic-elf-64bit) cannot produce code for the QT version "QT 5.5.0 GCC 64 bit (x86-linux-generic-elf-64bit)""
How to resolve the issue?