Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9260167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:49:32+00:00 2026-06-18T12:49:32+00:00

I need to compile poco with MinGW so I can use it in Qt

  • 0

I need to compile poco with MinGW so I can use it in Qt Creator but cannot figure out how to, I’ve managed to compile poco in Visual Studio but I cannot use those libraries in Qt Creator.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:49:34+00:00Added an answer on June 18, 2026 at 12:49 pm

    Complementing Cesar’s answer (here, instead of adding a comment, for formatting purposes), you need something like this on your .pro file:

    INCLUDEPATH += "<path_to_poco_include_dir>"
    LIBS += -L"<path_to_poco_lib_dir>" -l<poco_lib> -l<poco_lib>
    

    E.g., in my case, I would have this (for debug builds):

    INCLUDEPATH += "C:/Dev/lib/poco/poco143/Debug/include"
    LIBS += -L"C:/Dev/lib/poco/poco143/lib" -lPocoFoundationd -lPocoUtild
    

    You can then refine this a bit, by creating settings for both debug and release builds:

    LIB_HOME = "C:/Dev/lib/"
    POCO_HOME = $${LIB_HOME}poco/poco143/
    
    # SEE http://www.qtcentre.org/threads/23655-Does-Qt-Creator-understand-debug-release-scopes-in-pro-files
    # OR http://www.qtcentre.org/threads/30430-How-to-set-pro-file-about-debug-and-release
    ####
    CONFIG(debug, debug|release) {
    CONFIG -= debug release
    CONFIG += debug
    }
    
    CONFIG(release, debug|release) {
    CONFIG -= debug release
    CONFIG += release
    }
    ####
    
    debug {
    POCO_DEBUG = d
    POCO_PATH = $${POCO_HOME}Debug
    }
    
    release {
    POCO_DEBUG =
    POCO_PATH = $${POCO_HOME}Release
    }
    
    INCLUDEPATH += "$${POCO_PATH}/include"
    LIBS += -L"$${POCO_PATH}/lib" -lPocoFoundation$${POCO_DEBUG} -lPocoUtil$${POCO_DEBUG}
    

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to compile code written in Visual studio 2008 in Windows XP for
I need to compile some mfc code that was written using Visual C++ 6.0
I need to compile OpenBUGS on a 64-bit machine but its repository ( http://sourceforge.net/projects/openbugs/develop
I need to compile my code for Itanium, but it seems that all of
Hey guys. I need to compile some project. I installed Visual C++ 6.0 +
I need to compile assembly in memory, that can compile another one. There is
I have inherited a VB.NET application that I need to compile so I can
Have a scenario where i need to compile my project with jdk 1.5 but
I need to compile an application with system permissions in order to use target
I need a compile time check for what version of glibc will be used.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.