Ticket #7 (assigned Task)

Opened 2 years ago

Last modified 1 year ago

Top level build files for frontends

Reported by: isak Assigned to: isak (accepted)
Priority: Low Milestone: None
Component: frontend Version: development
Severity: Minor Keywords:
Cc:

Description

The top level source dir for the frontends (source:frontend/trunk/) should have some top-level build files to make it easier to build the frontends.

At least:

  • configure.in
  • Makefile.{am,in}
  • README etc.

Goal is to be able to do:

$ cd frontend
$ ./configure --enable-gtk --disable-qt && make

Change History

04/02/07 15:10:29 changed by isak

  • status changed from new to assigned.

08/09/07 06:02:00 changed by isak

I have done some initial work on this, but it's a bit tougher than I initially thought given that qtfe's build system isn't quite a true autotools managed project (more like its shoe horned into it).