Hi opensg-users,
while trying to compile the WindowQt4 library (with cygwin/msvc7.1) I
found some missing lines in Common/DefaultRules.mk in the daily snapshot.
line 371 and 374:
$(MOC) $(call cnvUnix2Win,$<) -i -DOSG_WITH_QT
-I$(INCLUDE_QT4)/QtDesigner -o $@
(the INCLUDE part was missing)
Also a commonQt4.in is missing which seems to be needed for the cygwin
build (attached).
Maybe this will help someone
Volker
--
-------------------------------------------------------
Volker Settgast
Computer Graphics tel: +43 316 873-5406
TU Graz fax: +43 316 873-5402
Inffeldgasse 16c eMail: [EMAIL PROTECTED]
A-8010 Graz
INCLUDE_QT4 := @ac_gdz_qt4_incdir_e6@
LINK_QT4 := @ac_gdz_qt4_libdir_e6@
LIB_QT4 := @ac_gdz_qt4_lib_e6@
MOC := @ac_gdz_qt4_moc_e6@
ifneq ($(INCLUDE_QT4),)
INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_QT4)
endif
ifneq ($(LINK_QT4),)
LIBPATHS_QT4 := $(LIBPATH_OPTION)$(LINK_QT4)
endif
ifneq ($(LIB_QT4),)
LIB_FILE_QT4 := $(LIB_QT4)
LIB_FILE_QT4_LNK := $(LIB_QT4)
OSG_LIB_EXT := $(OSG_LIB_EXT) $(LIB_QT4)
endif
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users