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. Library linking using qt visual studio add-in
QtWS25 Last Chance

Library linking using qt visual studio add-in

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 424 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.
  • B Offline
    B Offline
    beakie
    wrote on last edited by
    #1

    I am trying to create a simple application with library using qt... using only the vs 2013 add-in.

    Most tutorials I have found involve techniques that are outside the add-in "way of doing things".

    I am still a beginner when it comes to Qt.

    1. I created a console application project (MyApp).
    2. I added a library to the solution (MyLib).
    3. I added a reference to the library from the console application.
    4. I added a reference to the main header file (of the library project) to the console app project.
      5) If I build the library, an obj file is created in the console project win32 folder.
    5. If I try and build the whole solution, I get an error saying mylib.h cannot be found (MyApp project).

    What step am I missing please? I have googled it for days (and posted to SE) but can't find the answer.

    Can someone please advise?

    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