Opened 14 years ago

Closed 13 years ago

#370 closed enhancement (wontfix)

QT Nokia and GEOS

Reported by: cemehehko Owned by: strk
Priority: minor Milestone:
Component: Core Version: 3.2.0
Severity: Unassigned Keywords:
Cc:

Description

I have tried to use precompiled version of Geos and have many dependency problems. Thus why special compliation flags used in configure (MSYS/MinGW) and preconfigured makefile for MSVC. I have created single .pro(project file) for compile Geos with Qt Creator (MinGW and MSVC). To do this I need to rename duplicates files such as:

  • index/bintree/Interval.cpp into b_Interval.cpp
  • index/strtree/Interval.cpp into s_Interval.cpp
  • and other with geograph, planargraph, bintree, quadtree, strtree, sweepline.

Attachments (7)

source.pro (33.7 KB ) - added by cemehehko 14 years ago.
.PRO for Geos 3.2.2 for Qt Creator (MinGW, MSVC)
main.cpp (4.1 KB ) - added by cemehehko 14 years ago.
Test programm to convert GEOS Geometry(Polygon/Multipolygon) into QPainterPath
config.h (957 bytes ) - added by cemehehko 14 years ago.
System independent config.h
config.h.mingw (4.4 KB ) - added by cemehehko 14 years ago.
config.h for MinGW
platform.h (983 bytes ) - added by cemehehko 14 years ago.
System independent platform.h
platform.h.mingw (2.4 KB ) - added by cemehehko 14 years ago.
platform.h for MinGw (from ./configure on MSYS)
version.h (1.2 KB ) - added by cemehehko 14 years ago.
Compiler independed version.h

Download all attachments as: .zip

Change History (9)

by cemehehko, 14 years ago

Attachment: source.pro added

.PRO for Geos 3.2.2 for Qt Creator (MinGW, MSVC)

by cemehehko, 14 years ago

Attachment: main.cpp added

Test programm to convert GEOS Geometry(Polygon/Multipolygon) into QPainterPath

by cemehehko, 14 years ago

Attachment: config.h added

System independent config.h

by cemehehko, 14 years ago

Attachment: config.h.mingw added

config.h for MinGW

by cemehehko, 14 years ago

Attachment: platform.h added

System independent platform.h

by cemehehko, 14 years ago

Attachment: platform.h.mingw added

platform.h for MinGw (from ./configure on MSYS)

by cemehehko, 14 years ago

Attachment: version.h added

Compiler independed version.h

comment:1 by cemehehko, 14 years ago

Type: defectenhancement

Full zip available at http://depositfiles.com/files/ew37qzult in 1Mb size.

comment:2 by strk, 13 years ago

Resolution: wontfix
Status: newclosed

Try the CMake based build, if you really can't use the automake based one. Other kind of builds are not supported.

Note: See TracTickets for help on using tickets.