mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
2cee2b9416
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19402 a592a061-630c-0410-9148-cb99ea01b6c8
23 lines
416 B
Prolog
23 lines
416 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
|
|
|
|
SUBDIRS += tex2lyx/tex2lyx.pro
|
|
|
|
SUBDIRS += client/client.pro
|