Results 1 to 5 of 5

Thread: QT cross-platefrom application

  1. #1
    Join Date
    Feb 2019
    Posts
    6
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Unhappy QT cross-platefrom application

    Hello every one, I'm newer with Qt,
    I need to migrate an old application works only on windows to a cross-platefom application without changing the source code because the app very delicate.
    So there is any methode to include the external application.

    also the external app developped with html5, css, js, kendoUI, and it have a DLL files.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QT cross-platefrom application

    If it depends on platform specific libraries (in this case DLLs), this will be very difficult, if not impossible.

    What are your new target platforms?

    Cheers,
    _

  3. #3
    Join Date
    Feb 2019
    Posts
    6
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QT cross-platefrom application

    Quote Originally Posted by anda_skoa View Post
    If it depends on platform specific libraries (in this case DLLs), this will be very difficult, if not impossible.

    What are your new target platforms?

    Cheers,
    _
    The new targets (macos,win, linux, android, ios).
    there is any mehod to include web application inside QTWebengine or QtwebKIt ?

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QT cross-platefrom application

    Integrating web content is usually not the problem, though of course it is more problematic on iOS due to platform restrictions.

    However, your first post said something about DLL files, meaning Windows specific dynamic libraries.
    Those obviously only work on Windows as-is.
    It might be possible to use them on Linux and MacOS with tricks & adapters, but almost certainly not on Android or iOS.

    Cheers,
    _

  5. #5
    Join Date
    Feb 2019
    Posts
    6
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Red face Re: QT cross-platefrom application

    Quote Originally Posted by anda_skoa View Post
    Integrating web content is usually not the problem, though of course it is more problematic on iOS due to platform restrictions.

    However, your first post said something about DLL files, meaning Windows specific dynamic libraries.
    Those obviously only work on Windows as-is.
    It might be possible to use them on Linux and MacOS with tricks & adapters, but almost certainly not on Android or iOS.

    Cheers,
    _
    thank you for your help

Similar Threads

  1. Replies: 3
    Last Post: 17th July 2012, 21:58
  2. virtual keyboard application : errror during cross-compile
    By sanjeet in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 31st August 2011, 09:48
  3. How to create cross-platform application?
    By fb2007 in forum Newbie
    Replies: 2
    Last Post: 23rd January 2009, 00:21
  4. Cross Application Programming in QT
    By acxdotfm in forum Qt Programming
    Replies: 5
    Last Post: 22nd October 2008, 14:38
  5. Cross platform application???
    By Shuchi Agrawal in forum Newbie
    Replies: 6
    Last Post: 15th February 2007, 06:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.