summaryrefslogtreecommitdiff
path: root/cad/plugins/NanoVision-1/src/KDevelop/Testing/QTestLib/QTestLib.pro
blob: 140dfc4699d9c69f155018b7d17c8c539abaae77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TEMPLATE = app
TARGET = NXGraphicsManagerTest
DESTDIR = ../../../../bin/

CONFIG += debug_and_release \
qtestlib \
exceptions \
stl \
rtti \
opengl \
build_all

QT += opengl

PROJECTLIBS = -lNanorexInterface -lNanorexUtility

CONFIG(debug,debug|release) {
	TARGET = $${TARGET}_d
	PROJECTLIBS ~= s/(.+)/\1_d/g
}

SOURCES += ../../../Interface/NXGraphicsManagerTest.cpp

HEADERS += ../../../Interface/NXGraphicsManagerTest.h

INCLUDEPATH += $(OPENBABEL_INCPATH) \
  ../../../../include

LIBS += -L../../../../lib \
  $$PROJECTLIBS

# make clean targets
QMAKE_CLEAN += $${DESTDIR}$${TARGET}