lyx_mirror/development/qmake/app/app.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

25 lines
352 B
Prolog

include(../config.pri)
TEMPLATE = app
DESTDIR = ../bin
TARGET = lyx
SOURCES += $${BUILD_BASE_SOURCE_DIR}/src/main.cpp
CONFIG += link_prl
CONFIG += debug_and_release
LIBS += -L../lib -lsrc
LIBS += -lsrc
LIBS += -lmathed
LIBS += -lfrontends
LIBS += -lgraphics
LIBS += -linsets
LIBS += -lcontrollers
LIBS += -lqt4
LIBS += -lsupport
LIBS += -lboost