summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneformats/bezier/bezier.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneformats/bezier/bezier.pro')
-rw-r--r--src/plugins/sceneformats/bezier/bezier.pro38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/plugins/sceneformats/bezier/bezier.pro b/src/plugins/sceneformats/bezier/bezier.pro
deleted file mode 100644
index 2b46207e..00000000
--- a/src/plugins/sceneformats/bezier/bezier.pro
+++ /dev/null
@@ -1,38 +0,0 @@
-TARGET = qscenebezier
-include(../../qpluginbase.pri)
-include(../../../../pkg.pri)
-
-HEADERS += qglbezierscene.h \
- qglbezierscenehandler.h
-SOURCES += main.cpp \
- qglbezierscene.cpp \
- qglbezierscenehandler.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$${QT_LIBINFIX}
- }
- INCLUDEPATH += ../../../../include/Qt3D
- }
- target.path = $$QT3D_INSTALL_PLUGINS/sceneformats
- INSTALLS += target
-} else {
- CONFIG += qt3d
- DESTDIR = $$QT3D_INSTALL_PLUGINS/sceneformats
-}
-symbian {
- LIBS += -lQt3D$${QT_LIBINFIX}
- TARGET.UID3 = 0x20031E98
-}