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 487 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.
  • S Offline
    S Offline
    Sprezzatura
    wrote on 1 Jun 2019, 14:28 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 1 Jun 2019, 18:56 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

      S 1 Reply Last reply 3 Jun 2019, 01:13
      1
      • M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 1 Jun 2019, 19:59 last edited by mrjj 6 Jan 2019, 20:37
        #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
        • S SGaist
          1 Jun 2019, 18:56

          Hi,

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

          S Offline
          S Offline
          Sprezzatura
          wrote on 3 Jun 2019, 01:13 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

          1/4

          1 Jun 2019, 14:28

          • Login

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