]> git.lyx.org Git - features.git/blob - development/qmake/lyx.pro
add client and tex2lyx support; add support for debug and release builds
[features.git] / development / qmake / lyx.pro
1
2 include(config.pri)
3
4 TEMPLATE = subdirs
5
6 CONFIG += ordered
7
8 SUBDIRS += src/src.pro
9 SUBDIRS += boost/boost.pro
10 SUBDIRS += support/support.pro
11 SUBDIRS += graphics/graphics.pro
12 SUBDIRS += mathed/mathed.pro
13 SUBDIRS += frontends/frontends.pro
14 SUBDIRS += controllers/controllers.pro
15 SUBDIRS += qt4/qt4.pro
16 SUBDIRS += insets/insets.pro
17
18 SUBDIRS += app/app.pro
19
20 SUBDIRS += tex2lyx/tex2lyx.pro
21
22 SUBDIRS += client/client.pro