Skip to content
Snippets Groups Projects
Commit 9ad6dc14 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip] Remove broken qt system dependency in wip and use qt4-libs from robotpkg

parent fbb7418e
No related branches found
No related tags found
No related merge requests found
......@@ -107,10 +107,10 @@ GENOM_MODULE= spark
# HRI with BioMove3D
REQD_BUILD_OPTIONS.BioMove3D:= jido
include ../../wip/sysdep/qt.mk
include ../../wip/BioMove3D/depend.mk
include ../../interfaces/genBasic-genom/depend.mk
include ../../interfaces/genHum-genom/depend.mk
include ../../architecture/genom/depend.mk
include ../../mk/sysdep/qt4-libs.mk
include ../../mk/robotpkg.mk
#
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice and this list of conditions.
# 2. Redistributions in binary form must reproduce the above copyright
# notice and this list of conditions in the documentation and/or
# other materials provided with the distribution.
#
# Akin Sisbot on 7 Nov 2010
#
# Qt is a software toolkit for developing applications.
# This package contains base tools, like string, xml, and network handling.
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
QT_DEPEND_MK:= ${QT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= qt
endif
ifeq (+,$(QT_DEPEND_MK)) # ---------------------------------------------
PREFER.qt?= system
DEPEND_USE+= qt
DEPEND_ABI.qt?= qt>=4.0
SYSTEM_SEARCH.qt= \
include/QtGui/QApplication \
lib/libQtGui.so \
lib/libQtOpenGL.so \
SYSTEM_PKG.Linux-fedora.qt=qt
#SYSTEM_PKG.Linux-ubuntu.qt=libforms-dev
#SYSTEM_PKG.Linux-debian.qt=libforms-dev
endif # QT_DEPEND_MK ---------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment