]> git.lyx.org Git - features.git/blob - development/qmake/app/app.pro
prepare ground for a hybrid autoconf/qmake build
[features.git] / development / qmake / app / app.pro
1
2 include(../config.pri)
3
4 TEMPLATE = app
5
6 DESTDIR = ../bin
7
8 TARGET = lyx$${DEBUGSUFFIX}
9
10 INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/src
11 INCLUDEPATH += $${BUILD_BASE_SOURCE_DIR}/boost
12
13 SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/main.cpp
14
15 CONFIG += link_prl
16 CONFIG += debug_and_release
17
18 LIBS += -lAiksaurus
19
20 LIBS += -L../lib
21 LIBS += -llyxmathed$${DEBUGSUFFIX}
22 LIBS += -llyxinsets$${DEBUGSUFFIX}
23 LIBS += -llyxgraphics$${DEBUGSUFFIX}
24 LIBS += -llyxsupport$${DEBUGSUFFIX}
25 LIBS += -llyxfrontends$${DEBUGSUFFIX}
26 LIBS += -llyxcontrollers$${DEBUGSUFFIX}
27 LIBS += -llyxqt4$${DEBUGSUFFIX}
28 LIBS += -llyxboost$${DEBUGSUFFIX}
29 LIBS += -llyxsrc$${DEBUGSUFFIX}