Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Project "qtstyleplugin" (GitHub) compilation errors
Forum Updated to NodeBB v4.3 + New Features

Project "qtstyleplugin" (GitHub) compilation errors

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 503 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SprezzaturaS Offline
    SprezzaturaS Offline
    Sprezzatura
    wrote on last edited by
    #1

    I've downloaded the Qt Style Plugins project from here:

    https://github.com/qt/qtstyleplugins

    When I try to compile with Qt Creator, I get several errors:

    LINK : fatal error LNK1181: cannot open input file '.obj\debug\qcleanlooksstyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\release\qcleanlooksstyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\debug\qcdestyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\release\qcdestyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\debug\qplastiquestyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\release\qplastiquestyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\debug\qbb10brightstyle.obj'
    LINK : fatal error LNK1181: cannot open input file '.obj\release\qbb10brightstyle.obj'

    Any idea what's going wrong? I would be grateful for information on how to compile it successfully.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What version of Qt are you using ?
      What version of Qt Creator ?
      What OS are you running ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      SprezzaturaS 1 Reply Last reply
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by mrjj
        #3

        Hi
        I downloaded it and open the pro file and it just compiled with Creator 4.9 and Qt5.12.3 and visual studio 2015.
        i copied the dlls to C:\Qt\5.12.3\msvc2017_64\plugins\styles
        and used
        a.setStyle(QStyleFactory::create("cleanlooks"));
        and it was fun to see cleanlooks on Windows 10 :)

        1 Reply Last reply
        1
        • SGaistS SGaist

          Hi,

          What version of Qt are you using ?
          What version of Qt Creator ?
          What OS are you running ?

          SprezzaturaS Offline
          SprezzaturaS Offline
          Sprezzatura
          wrote on last edited by
          #4

          @SGaist QT Creator 4.7.0
          Qt 5.11.1
          MSVC 2015, 32 bit
          Windows 10

          I am able to successfully compile and run another project.

          The .OBJ modules mentioned above are not to be found anywhere.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved