summaryrefslogtreecommitdiffstats
path: root/config.tests/fbx/fbx.pro
blob: fec56e16463f7d50645cf7216746c37284818a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES += main.cpp

win32-msvc {
#workaround for debug and release configurations where the test system
#generates only single Makefile for projects under config.tests and the compiler flags
#contain -MDd also for release. The dynamic lib version works for both cases.
LIBS-= -llibfbxsdk-md
LIBS+= -llibfbxsdk
}

linux {
LIBS += -ldl
}