diff options
Diffstat (limited to 'src/plugins/sceneformats/obj/obj.pro')
-rw-r--r-- | src/plugins/sceneformats/obj/obj.pro | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/plugins/sceneformats/obj/obj.pro b/src/plugins/sceneformats/obj/obj.pro deleted file mode 100644 index a14a1ce7..00000000 --- a/src/plugins/sceneformats/obj/obj.pro +++ /dev/null @@ -1,37 +0,0 @@ -TARGET = qsceneobj -include(../../qpluginbase.pri) -include(../../../../pkg.pri) - -HEADERS += qglobjscene.h \ - qglobjscenehandler.h -SOURCES += main.cpp \ - qglobjscene.cpp \ - qglobjscenehandler.cpp - -# See the README in the root dir re this code -package { - macx:CONFIG(qt_framework, qt_framework|qt_no_framework) { - LIBS += -framework Qt3D -F../../../threed - INCLUDEPATH += ../../../threed/Qt3D.framework/Versions/1/Headers - } else { - win32 { - CONFIG(debug, debug|release) { - TARGET = $$member(TARGET, 0)d - LIBS += ..\\..\\..\\threed\\debug\\Qt3Dd.lib - } else { - LIBS += ..\\..\\..\\threed\\release\\Qt3D.lib - } - } else { - LIBS += -L../../../threed -lQt3D - } - INCLUDEPATH += ../../../../include/Qt3D - } - target.path = $$QT3D_INSTALL_PLUGINS/sceneformats - INSTALLS += target -} else { - CONFIG += qt3d - DESTDIR = $$QT3D_INSTALL_PLUGINS/sceneformats -} - -target.path += $$QT3D_INSTALL_PLUGINS/sceneformats -INSTALLS += target |