blob: c84a2acc7b0f0b236d31ded41a014e87de03e850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TEMPLATE = app.t
CONFIG = console warn_on static release
HEADERS =
SOURCES = doxyindexer.cpp
LIBS += -L../../lib -lxapian -lqtools
DESTDIR =
OBJECTS_DIR = ../../objects/doxyindexer
TARGET = ../../bin/doxyindexer
INCLUDEPATH += ../../qtools
DEPENDPATH +=
TARGETDEPS =
|