Changeset 10401


Ignore:
Timestamp:
04/18/11 17:16:51 (14 years ago)
Author:
tbretz
Message:
Implemented QT4 detection.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure.ac

    r10333 r10401  
    190190#)
    191191
     192#AC_DEFUN([QT4_TRY_LINK],
     193#AC_DEFUN([QT4_CHECK_COMPILE],
     194#AC_DEFUN([QT4_GET_VERSION],
     195QT4_DO_IT_ALL
     196#AC_DEFUN([QT4_DO_PKG_CONFIG],
     197#AC_DEFUN([QT4_DO_MANUAL_CONFIG],
     198
     199#AC_CHECK_PROG(QT4_MOC, moc, moc,
     200#   AC_MSG_ERROR([QT4 executable 'moc' not found in path.]))
     201#AC_CHECK_PROG(QT4_UIC, uic, uic,
     202#   AC_MSG_ERROR([QT4 executable 'moc' not found in path.]))
     203
    192204######################################################################
    193205# ROOT SUPPORT
     
    292304AC_MSG_NOTICE(--------------------------------------------------------------------)
    293305AC_MSG_NOTICE()
     306AC_MSG_NOTICE([ QT4_VERSION  = $QT4_VERSION])
     307AC_MSG_NOTICE()
     308AC_MSG_NOTICE([ QT4_LIB      = $QT4_LIB])
     309AC_MSG_NOTICE([ QT4_LDFLAGS  = $QT4_LDFLAGS])
     310AC_MSG_NOTICE([ QT4_INCLUDES = $QT4_INCLUDES])
     311AC_MSG_NOTICE()
     312AC_MSG_NOTICE([ MOC4 = $MOC4])
     313AC_MSG_NOTICE([ UIC4 = $UIC4])
     314AC_MSG_NOTICE([ RCC4 = $RCC4])
     315AC_MSG_NOTICE()
     316AC_MSG_NOTICE(--------------------------------------------------------------------)
     317AC_MSG_NOTICE()
    294318AC_MSG_NOTICE([Suggestions and hits:])
    295319AC_MSG_NOTICE()
     
    322346AC_MSG_NOTICE([ man:           build all buildable documentation])
    323347AC_MSG_NOTICE()
     348
     349#[AC_]PACKAGE_NAME
     350#[AC_]PACKAGE_TARNAME
     351#[AC_]PACKAGE_VERSION
     352#[AC_]PACKAGE_STRING
     353#[AC_]PACKAGE_BUGREPORT
Note: See TracChangeset for help on using the changeset viewer.