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. QT Creator - configuration of IDE

QT Creator - configuration of IDE

Scheduled Pinned Locked Moved General and Desktop
ideqt creatorshell32.lib
5 Posts 3 Posters 2.4k Views
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on 12 Oct 2015, 13:39 last edited by
    #1

    Hello
    I wanted to start the journey of developer QT. But QT creator did not want to cooporate with me.
    This is my setup:img
    QT ( default installation, but i also downloaded the latest mingw available ( 4.9.2 32 BIT). On this computer i have also installed Visual Studio 2015.
    Those are my tools ( all of them are using Microsoft Visual Studio Compiler ( 11 and 12 , but there is available also 14). I gave them also debbuger from mingw from default installation.
    PROBLEM:
    When i want to compile my first "project" it says that :
    :-1: error: LNK1104: cannot open file 'shell32.lib' .
    I hope that i gave all of the nesesary information.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 12 Oct 2015, 14:23 last edited by
      #2

      Hi and welcome
      sounds a bit like this
      http://stackoverflow.com/questions/28105824/qt-fails-to-open-shell32-lib-even-when-included

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on 12 Oct 2015, 14:39 last edited by
        #3

        now it can not read the dependency
        http://pastebin.com/yfqFXBYu <- pro file
        http://pastebin.com/eADrJ0NV <--- error log

        J 1 Reply Last reply 13 Oct 2015, 06:04
        0
        • ? A Former User
          12 Oct 2015, 14:39

          now it can not read the dependency
          http://pastebin.com/yfqFXBYu <- pro file
          http://pastebin.com/eADrJ0NV <--- error log

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 13 Oct 2015, 06:04 last edited by
          #4

          @Toreto In your PRO file you have to put the paths containing blanks in "", else you get errors like: 'E:\Onedrive\Programowanie\QT\progress\C:\Program' does not exist.

          And you do something completely wrong: -L$$PWD/C:/Program\ Files\ (x86)/Microsoft SDKs/Windows/v7.1A/Lib/
          You append C:/Program... to the current directory ($$PWD) this is just wrong.

          Check this in your PRO file: win32:CONFIG(release, debug|release): LIBS += -L$$PWD/C:/Program\ Files\ (x86)/Microsoft SDKs/Windows/v7.1A/Lib/ -lshell32

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on 13 Oct 2015, 11:02 last edited by
            #5

            I can not get how to get it to work;/ The question is why default config do not work? It should be ready to work just after install...

            1 Reply Last reply
            0

            1/5

            12 Oct 2015, 13:39

            • Login

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