Results 1 to 8 of 8

Thread: KDE4 style in Qt4 - how to compile KDE4 style in Qt 4.5

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Location
    Poland
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default [solved] KDE4 style in Qt4 - how to compile KDE4 style in Qt 4.5

    openSUSE's guys have just updated system Qt to 4.5.0-rc1 and the ploblem is gone

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: [solved] KDE4 style in Qt4 - how to compile KDE4 style in Qt 4.5

    It wouldn't work because your application would be using a different Qt library than the KDE the plugin is compiled against which would cause a name clash and the plugin wouldn't load.

  3. #3
    Join Date
    Jan 2009
    Location
    Poland
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default [solved] KDE4 style in Qt4 - how to compile KDE4 style in Qt 4.5

    Quote Originally Posted by wysota View Post
    It wouldn't work because your application would be using a different Qt library than the KDE the plugin is compiled against which would cause a name clash and the plugin wouldn't load.
    Theoretically, yes, practically, no, because it works with Qt Creator compiled with Qt 4.5-rc1, but now it's irrelevant due to openSUSE's KDE team move to Qt 4.5-rc1

Similar Threads

  1. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 07:18

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.