summaryrefslogtreecommitdiffstats
path: root/config.tests/fbx/fbx.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-10-06 11:49:09 +0000
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-10-06 16:58:43 +0200
commit07840524085bd1785b8f9142b03d942f678c5c51 (patch)
tree499c1674fdd1b3e0c07688d8e4e56748dfea2ca3 /config.tests/fbx/fbx.pro
Initial import
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
+}