Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to build with system not Qt third parties?
Forum Updated to NodeBB v4.3 + New Features

How to build with system not Qt third parties?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 2 Posters 1.2k 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.
  • U Offline
    U Offline
    userprogrammer
    wrote on last edited by A Former User
    #1

    I'm trying to build with system-zlib , system-libpng and system-libjpeg
    I built these libraries and put their libs and headers in someplace and added this path to configure with parameters -L and -I but I get errors that can't found zconf.h and some other files

    jsulmJ 1 Reply Last reply
    0
    • U userprogrammer

      I'm trying to build with system-zlib , system-libpng and system-libjpeg
      I built these libraries and put their libs and headers in someplace and added this path to configure with parameters -L and -I but I get errors that can't found zconf.h and some other files

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @userprogrammer
      Can you show how exactly you're calling configure?
      And can you show the directory layout of those libraries (where are the headers, where are the libs?)?
      Else nobody will be able to tell what the problem is.

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

      1 Reply Last reply
      0
      • U Offline
        U Offline
        userprogrammer
        wrote on last edited by userprogrammer
        #3

        @jsulm

        configure -static -release -prefix E:\programs\qt6 -openssl -I C:\openssl\include -L C:\openssl\lib -openssl-linked -l Gdi32 -l crypt32 -l User32 OPENSSL_LIBS="-lssleay32 -llibeay32" -platform win32-msvc2015 -qt-pcre -qt-freetype -nomake tests -opensource -system-zlib -system-libpng -system-libjpeg -plugin-sql-sqlite -qt-sql-sqlite -I C:\Users\user\Desktop\build\sys -L C:\Users\user\Desktop\build\sys

        headers and libs are in C:\Users\user\Desktop\build\sys

        jsulmJ 1 Reply Last reply
        0
        • U userprogrammer

          @jsulm

          configure -static -release -prefix E:\programs\qt6 -openssl -I C:\openssl\include -L C:\openssl\lib -openssl-linked -l Gdi32 -l crypt32 -l User32 OPENSSL_LIBS="-lssleay32 -llibeay32" -platform win32-msvc2015 -qt-pcre -qt-freetype -nomake tests -opensource -system-zlib -system-libpng -system-libjpeg -plugin-sql-sqlite -qt-sql-sqlite -I C:\Users\user\Desktop\build\sys -L C:\Users\user\Desktop\build\sys

          headers and libs are in C:\Users\user\Desktop\build\sys

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @userprogrammer said in how to build with system not qt third parties:

          headers and libs are in C:\Users\user\Desktop\build\sys

          Directly in this directory or in subdirectories?

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

          U 1 Reply Last reply
          0
          • jsulmJ jsulm

            @userprogrammer said in how to build with system not qt third parties:

            headers and libs are in C:\Users\user\Desktop\build\sys

            Directly in this directory or in subdirectories?

            U Offline
            U Offline
            userprogrammer
            wrote on last edited by userprogrammer
            #5

            @jsulm
            directly , all libs and headers are there

            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