lyx_mirror/development/qmake/lyx.pro
André Pönitz aa82b4dd3e we desparately need a fourth buildsystem. so let's start one
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19399 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-10 14:56:41 +00:00

19 lines
354 B
Prolog

include(config.pri)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src/src.pro
SUBDIRS += boost/boost.pro
SUBDIRS += support/support.pro
SUBDIRS += graphics/graphics.pro
SUBDIRS += mathed/mathed.pro
SUBDIRS += frontends/frontends.pro
SUBDIRS += controllers/controllers.pro
SUBDIRS += qt4/qt4.pro
SUBDIRS += insets/insets.pro
SUBDIRS += app/app.pro