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. How to build a Qt project and its library developed with VisualStudio ?

How to build a Qt project and its library developed with VisualStudio ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 426 Views 1 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.
  • K Offline
    K Offline
    Karim
    wrote on last edited by aha_1980
    #1

    Hi all,

    I have developed a Qt/QML application and the whole compiling/deployment process is handle by qmake under Jenkins.

    Now, I have to use a thirdparty library developped by my colleagues in C++ under VisualStudio.

    I'm not an expert of qmake and I wonder how to monitor the build of lib with VisualStudio ?

    Karim

    A 1 Reply Last reply
    0
    • K Karim

      Hi all,

      I have developed a Qt/QML application and the whole compiling/deployment process is handle by qmake under Jenkins.

      Now, I have to use a thirdparty library developped by my colleagues in C++ under VisualStudio.

      I'm not an expert of qmake and I wonder how to monitor the build of lib with VisualStudio ?

      Karim

      A Offline
      A Offline
      ambershark
      wrote on last edited by
      #2

      @Karim What do you mean by monitor? Are you trying to build the visual studio library as part of your build process or just consume a prebuilt one?

      If you are trying to build it one of my suggestions is to use cmake instead of qmake. cmake is completely compatible with native support for Qt. Once I found cmake I haven't used qmake since. It's that much better.

      Anyway if you decide to use cmake there are a number of ways to both build and consume your 3rd party library. You can add as an external project or just set it as a dependency on your target.

      If you are trying to build and want to stick with qmake I'll let someone else chime in on answers since I'm really rusty on qmake having not used it in like a decade. :) If you're curious about cmake I could help you port your qmake to cmake though.

      My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

      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