mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
8964ea9140
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19542 a592a061-630c-0410-9148-cb99ea01b6c8
23 lines
418 B
Prolog
23 lines
418 B
Prolog
|
|
include(config.pri)
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += boost/boost.pro
|
|
SUBDIRS += src/src.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
|
|
|
|
#SUBDIRS += tex2lyx/tex2lyx.pro
|
|
|
|
#SUBDIRS += client/client.pro
|