blob: ff89796925c5861e0b2fc95d65970176165ced3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
SOURCES += \
$$PWD/q3dspresentation.cpp \
$$PWD/q3dspresentationcontroller.cpp \
$$PWD/q3dssurfaceviewer.cpp \
$$PWD/q3dsdatainput.cpp \
$$PWD/q3dselement.cpp \
$$PWD/q3dssceneelement.cpp \
$$PWD/q3dsviewersettings.cpp
HEADERS += \
$$PWD/q3dspresentation.h \
$$PWD/q3dspresentation_p.h \
$$PWD/q3dssurfaceviewer.h \
$$PWD/q3dssurfaceviewer_p.h \
$$PWD/q3dsdatainput.h \
$$PWD/q3dsdatainput_p.h \
$$PWD/q3dselement.h \
$$PWD/q3dselement_p.h \
$$PWD/q3dssceneelement.h \
$$PWD/q3dssceneelement_p.h \
$$PWD/q3dsviewersettings.h \
$$PWD/q3dsviewersettings_p.h
qtHaveModule(widgets) {
SOURCES += \
$$PWD/q3dswidget.cpp
HEADERS += \
$$PWD/q3dswidget.h \
$$PWD/q3dswidget_p.h
}
|