Changeset 33f34f


Ignore:
Timestamp:
Oct 31, 2025, 10:07:11 PM (2 months ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.1, stable
Children:
511f02
Parents:
13e5be
Message:

FIX: Readds package check for qt packages.

  • This is needed for custom paths to the includes and libs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r13e5be r33f34f  
    115115                )
    116116        ])
    117 dnl     PKG_CHECK_MODULES([QT], [QtCore QtGui Qt3D], [
    118 dnl     :
    119 dnl     ])
     117        PKG_CHECK_MODULES([QT], [QtCore QtGui Qt3D], [
     118        :
     119        ])
    120120        AC_SUBST([QT_CFLAGS])
    121121        AC_SUBST([QT_LIBS])
Note: See TracChangeset for help on using the changeset viewer.