Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Porting a Qt-based library to Embarcadero C++ Builder

$
0
0
I’m interested in using some libraries built with Qt creator in Embarcadero’s C++ Builder. Without any special effort, compilation fails with an unsupported compiler error (defined in the Qt headers) if I try to import our headers (which are dependent on Qt headers). Other issues abound if I try to define a compiler (e.g. MSVC) with the Q_CC_xxxx defines. Can Qt-based libraries be used in this environment? The only information I could find was a short thread here stating that it was possible to define custom compilers in Qt Creator, but all my efforts to do so have failed. Any suggestions?

Viewing all articles
Browse latest Browse all 2113

Trending Articles