<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with 3dstudio]]></title><description><![CDATA[A list of topics that have been tagged with 3dstudio]]></description><link>https://forum.qt.io/tags/3dstudio</link><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 23:07:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/3dstudio.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Problem Qt 3D Studio integration in QML&#x2F;Qt files]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I am trying to integrate Qt 3d Studio in Qt with a QML file. I've seen that I need to import<br />
QT += 3dstudioruntime2 in my project file but that module it is not being recognised.</p>
<p dir="auto">Here I leave you my code:</p>
<pre><code>QT += quick
CONFIG += c++11
QT += 3dcore
QT += widgets qml gui
QT += 3dstudioruntime2


# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Refer to the documentation for the
# deprecated API to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS

# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
        main.cpp

RESOURCES += qml.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target


win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../build-LibreriaPrueba-Desktop_Qt_5_12_3_MinGW_32_bit-Release/release/ -lLibreriaPrueba
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../build-LibreriaPrueba-Desktop_Qt_5_12_3_MinGW_32_bit-Release/debug/ -lLibreriaPrueba
else:unix: LIBS += -L$$PWD/../build-LibreriaPrueba-Desktop_Qt_5_12_3_MinGW_32_bit-Release/ -lLibreriaPrueba

INCLUDEPATH += $$PWD/../LibreriaPrueba
DEPENDPATH += $$PWD/../LibreriaPrueba

</code></pre>
<p dir="auto">And I get the following error:</p>
<pre><code>Project ERROR: Unknown module(s) in QT: 3dstudioruntime2
</code></pre>
<p dir="auto">Does anyone know what I have to do for implementing this?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.qt.io/topic/103871/problem-qt-3d-studio-integration-in-qml-qt-files</link><guid isPermaLink="true">https://forum.qt.io/topic/103871/problem-qt-3d-studio-integration-in-qml-qt-files</guid><dc:creator><![CDATA[Pivot15]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>