summaryrefslogtreecommitdiffstats
path: root/config.tests/fbx/fbx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/fbx/fbx.pro')
-rw-r--r--config.tests/fbx/fbx.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.tests/fbx/fbx.pro b/config.tests/fbx/fbx.pro
new file mode 100644
index 00000000..fec56e16
--- /dev/null
+++ b/config.tests/fbx/fbx.pro
@@ -0,0 +1,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
+}