Skip to content
Snippets Groups Projects
Commit a8cb2ad6 authored by Graeme Stewart's avatar Graeme Stewart
Browse files

graphics/VP1/VP1Qwt deleted from master

parent b28d40e0
No related merge requests found
package VP1Qwt
author Thomas Kittelmann <Thomas.Kittelmann@cern.ch>
use AtlasExternalArea AtlasExternalArea-* External
use AtlasQt4 AtlasQt4-* External
private
use qwt v* LCG_Interfaces
end_private
macro VP1Qwt_qwt_version "$(qwt_config_version)"
macro VP1Qwt_native_version "$(VP1Qwt_qwt_version)_qt$(qt_config_version)"
# macro VP1Qwt_home "$(LCG_external)/qwt/$(VP1Qwt_native_version)/$(LCG_system)"
macro VP1Qwt_home "$(LCG_external)/qwt/$(VP1Qwt_qwt_version)/$(LCG_system)"
include_path none
include_dirs "$(VP1Qwt_home)/include"
macro VP1Qwt_lib_dir "$(VP1Qwt_home)/lib"
macro VP1Qwt_linkopts "-L$(VP1Qwt_lib_dir) -lqwt "
path_remove LD_LIBRARY_PATH "/qwt/"
path_append LD_LIBRARY_PATH "$(VP1Qwt_lib_dir)"
path_remove DYLD_LIBRARY_PATH "/qwt/"
path_append DYLD_LIBRARY_PATH "$(VP1Qwt_lib_dir)"
path_remove QT_PLUGIN_PATH "/qwt/"
path_append QT_PLUGIN_PATH "$(VP1Qwt_home)/plugins"
macro VP1Qwt_export_paths "$(VP1Qwt_home)"
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