~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to build/msvc6/soqt1.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2006-02-06 22:34:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060206223400-g69m5soqa4zh0gkc
Tags: 1.3.0-3
debian/control: update libsoqt-dev depends.  Closes: #351700.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="soqt1" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
 
6
 
 
7
CFG=soqt1 - Win32 DLL (Debug)
 
8
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
 
9
!MESSAGE use the Export Makefile command and run
 
10
!MESSAGE
 
11
!MESSAGE NMAKE /f "soqt1.mak".
 
12
!MESSAGE
 
13
!MESSAGE You can specify a configuration when running NMAKE
 
14
!MESSAGE by defining the macro CFG on the command line. For example:
 
15
!MESSAGE
 
16
!MESSAGE NMAKE /f "soqt1.mak" CFG="soqt1 - Win32 DLL (Debug)"
 
17
!MESSAGE
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE
 
20
!MESSAGE "soqt1 - Win32 LIB (Release)" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE "soqt1 - Win32 LIB (Debug)" (based on "Win32 (x86) Static Library")
 
22
!MESSAGE "soqt1 - Win32 DLL (Release)" (based on "Win32 (x86) Dynamic-Link Library")
 
23
!MESSAGE "soqt1 - Win32 DLL (Debug)" (based on "Win32 (x86) Dynamic-Link Library")
 
24
!MESSAGE
 
25
 
 
26
# Begin Project
 
27
# PROP AllowPerConfigDependencies 0
 
28
# PROP Scc_ProjName ""
 
29
# PROP Scc_LocalPath ""
 
30
CPP=cl.exe
 
31
MTL=midl.exe
 
32
RSC=rc.exe
 
33
 
 
34
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
35
 
 
36
# PROP BASE Use_MFC 0
 
37
# PROP BASE Use_Debug_Libraries 0
 
38
# PROP BASE Output_Dir "Release"
 
39
# PROP BASE Intermediate_Dir "Release"
 
40
# PROP BASE Target_Dir ""
 
41
# PROP Use_MFC 0
 
42
# PROP Use_Debug_Libraries 0
 
43
# PROP Output_Dir "Release"
 
44
# PROP Intermediate_Dir "Release"
 
45
# PROP Ignore_Export_Lib 0
 
46
# PROP Target_Dir ""
 
47
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "SOQT_DEBUG=0" /D "HAVE_CONFIG_H" /D "SOQT_MAKE_DLL" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /c
 
48
# ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "SOQT_DEBUG=0" /D "HAVE_CONFIG_H" /D "SOQT_MAKE_DLL" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /c
 
49
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 
50
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
 
51
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
52
# ADD RSC /l 0x409 /d "NDEBUG"
 
53
BSC32=bscmake.exe
 
54
# ADD BASE BSC32 /nologo
 
55
# ADD BSC32 /nologo
 
56
LINK32=link.exe
 
57
# ADD BASE LINK32 $(QTDIR)\lib\qt-mt331.lib $(QTDIR)\lib\qtmain.lib gdi32.lib $(COINDIR)\lib\coin2.lib opengl32.lib winmm.lib user32.lib /nologo /dll /machine:I386
 
58
# ADD LINK32 $(QTDIR)\lib\qt-mt331.lib $(QTDIR)\lib\qtmain.lib gdi32.lib $(COINDIR)\lib\coin2.lib opengl32.lib winmm.lib user32.lib /nologo /dll /machine:I386 /out:"soqt1.dll" /opt:nowin98
 
59
# SUBTRACT LINK32 /pdb:none
 
60
# Begin Special Build Tool
 
61
SOURCE="$(InputPath)"
 
62
PostBuild_Cmds=install-dll-release.bat
 
63
# End Special Build Tool
 
64
 
 
65
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
66
 
 
67
# PROP BASE Use_MFC 0
 
68
# PROP BASE Use_Debug_Libraries 1
 
69
# PROP BASE Output_Dir "Debug"
 
70
# PROP BASE Intermediate_Dir "Debug"
 
71
# PROP BASE Target_Dir ""
 
72
# PROP Use_MFC 0
 
73
# PROP Use_Debug_Libraries 1
 
74
# PROP Output_Dir "Debug"
 
75
# PROP Intermediate_Dir "Debug"
 
76
# PROP Target_Dir ""
 
77
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "SOQT_DEBUG=1" /D "HAVE_CONFIG_H" /D "SOQT_MAKE_DLL" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /GZ /c
 
78
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "SOQT_DEBUG=1" /D "HAVE_CONFIG_H" /D "SOQT_MAKE_DLL" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /GZ /c
 
79
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
80
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
 
81
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
82
# ADD RSC /l 0x409 /d "_DEBUG"
 
83
BSC32=bscmake.exe
 
84
# ADD BASE BSC32 /nologo
 
85
# ADD BSC32 /nologo
 
86
LINK32=link.exe
 
87
# ADD BASE LINK32 $(QTDIR)\lib\qt-mt331.lib $(QTDIR)\lib\qtmain.lib gdi32.lib $(COINDIR)\lib\coin2d.lib opengl32.lib winmm.lib user32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
 
88
# ADD LINK32 $(QTDIR)\lib\qt-mt331.lib $(QTDIR)\lib\qtmain.lib gdi32.lib $(COINDIR)\lib\coin2d.lib opengl32.lib winmm.lib user32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /out:"soqt1d.dll"
 
89
# Begin Special Build Tool
 
90
SOURCE="$(InputPath)"
 
91
PostBuild_Cmds=install-dll-debug.bat
 
92
# End Special Build Tool
 
93
 
 
94
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
95
 
 
96
# PROP BASE Use_MFC 0
 
97
# PROP BASE Use_Debug_Libraries 0
 
98
# PROP BASE Output_Dir "StaticRelease"
 
99
# PROP BASE Intermediate_Dir "StaticRelease"
 
100
# PROP BASE Target_Dir ""
 
101
# PROP Use_MFC 0
 
102
# PROP Use_Debug_Libraries 0
 
103
# PROP Output_Dir "StaticRelease"
 
104
# PROP Intermediate_Dir "StaticRelease"
 
105
# PROP Target_Dir ""
 
106
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_LIB" /D "SOQT_DEBUG=0"  /D "HAVE_CONFIG_H" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /c
 
107
# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_LIB" /D "SOQT_DEBUG=0"  /D "HAVE_CONFIG_H" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /c
 
108
# ADD BASE RSC /l 0x414 /d "NDEBUG"
 
109
# ADD RSC /l 0x414 /d "NDEBUG"
 
110
BSC32=bscmake.exe
 
111
# ADD BASE BSC32 /nologo
 
112
# ADD BSC32 /nologo
 
113
LIB32=link.exe -lib
 
114
# ADD BASE LIB32 /nologo /machine:I386 /out:"soqt1s.lib"
 
115
# ADD LIB32 /nologo /machine:I386 /out:"soqt1s.lib"
 
116
# Begin Special Build Tool
 
117
SOURCE="$(InputPath)"
 
118
PostBuild_Cmds=install-lib-release.bat
 
119
# End Special Build Tool
 
120
 
 
121
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
122
 
 
123
# PROP BASE Use_MFC 0
 
124
# PROP BASE Use_Debug_Libraries 1
 
125
# PROP BASE Output_Dir "StaticDebug"
 
126
# PROP BASE Intermediate_Dir "StaticDebug"
 
127
# PROP BASE Target_Dir ""
 
128
# PROP Use_MFC 0
 
129
# PROP Use_Debug_Libraries 1
 
130
# PROP Output_Dir "StaticDebug"
 
131
# PROP Intermediate_Dir "StaticDebug"
 
132
# PROP Target_Dir ""
 
133
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_LIB" /D "SOQT_DEBUG=1"  /D "HAVE_CONFIG_H" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /c
 
134
# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_LIB" /D "SOQT_DEBUG=1"  /D "HAVE_CONFIG_H" /D "COIN_DLL" /D "SOQT_INTERNAL" /I ".\src" /I ".\data" /I "..\..\src" /I "$(COINDIR)\include" /I "$(COINDIR)\include\Inventor\annex" /I "$(QTDIR)\include" /YX /FD /c
 
135
# ADD BASE RSC /l 0x414 /d "_DEBUG"
 
136
# ADD RSC /l 0x414 /d "_DEBUG"
 
137
BSC32=bscmake.exe
 
138
# ADD BASE BSC32 /nologo
 
139
# ADD BSC32 /nologo
 
140
LIB32=link.exe -lib
 
141
# ADD BASE LIB32 /nologo /machine:I386 /out:"soqt1sd.lib"
 
142
# ADD LIB32 /nologo /machine:I386 /out:"soqt1sd.lib"
 
143
# Begin Special Build Tool
 
144
SOURCE="$(InputPath)"
 
145
PostBuild_Cmds=install-lib-debug.bat
 
146
# End Special Build Tool
 
147
!ENDIF
 
148
 
 
149
# Begin Target
 
150
 
 
151
# Name "soqt1 - Win32 DLL (Release)"
 
152
# Name "soqt1 - Win32 DLL (Debug)"
 
153
# Name "soqt1 - Win32 LIB (Release)"
 
154
# Name "soqt1 - Win32 LIB (Debug)"
 
155
# Begin Group "Source Files"
 
156
 
 
157
# PROP Default_Filter "cpp;c;ic;icc"
 
158
# Begin Source File
 
159
 
 
160
SOURCE=..\..\src\Inventor\Qt\devices\SoQtDevice.cpp
 
161
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
162
# PROP Intermediate_Dir "Release\devices"
 
163
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
164
# PROP Intermediate_Dir "Debug\devices"
 
165
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
166
# PROP Intermediate_Dir "StaticRelease\devices"
 
167
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
168
# PROP Intermediate_Dir "StaticDebug\devices"
 
169
!ENDIF 
 
170
# End Source File
 
171
# Begin Source File
 
172
 
 
173
SOURCE=..\..\src\Inventor\Qt\devices\SoQtInputFocus.cpp
 
174
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
175
# PROP Intermediate_Dir "Release\devices"
 
176
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
177
# PROP Intermediate_Dir "Debug\devices"
 
178
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
179
# PROP Intermediate_Dir "StaticRelease\devices"
 
180
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
181
# PROP Intermediate_Dir "StaticDebug\devices"
 
182
!ENDIF 
 
183
# End Source File
 
184
# Begin Source File
 
185
 
 
186
SOURCE=..\..\src\Inventor\Qt\devices\SoQtKeyboard.cpp
 
187
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
188
# PROP Intermediate_Dir "Release\devices"
 
189
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
190
# PROP Intermediate_Dir "Debug\devices"
 
191
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
192
# PROP Intermediate_Dir "StaticRelease\devices"
 
193
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
194
# PROP Intermediate_Dir "StaticDebug\devices"
 
195
!ENDIF 
 
196
# End Source File
 
197
# Begin Source File
 
198
 
 
199
SOURCE=..\..\src\Inventor\Qt\devices\SoQtMouse.cpp
 
200
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
201
# PROP Intermediate_Dir "Release\devices"
 
202
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
203
# PROP Intermediate_Dir "Debug\devices"
 
204
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
205
# PROP Intermediate_Dir "StaticRelease\devices"
 
206
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
207
# PROP Intermediate_Dir "StaticDebug\devices"
 
208
!ENDIF 
 
209
# End Source File
 
210
# Begin Source File
 
211
 
 
212
SOURCE=..\..\src\Inventor\Qt\devices\SoQtSpaceball.cpp
 
213
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
214
# PROP Intermediate_Dir "Release\devices"
 
215
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
216
# PROP Intermediate_Dir "Debug\devices"
 
217
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
218
# PROP Intermediate_Dir "StaticRelease\devices"
 
219
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
220
# PROP Intermediate_Dir "StaticDebug\devices"
 
221
!ENDIF 
 
222
# End Source File
 
223
# Begin Source File
 
224
 
 
225
SOURCE=..\..\src\Inventor\Qt\devices\6DOFEvents.cpp
 
226
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
227
# PROP Intermediate_Dir "Release\devices"
 
228
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
229
# PROP Intermediate_Dir "Debug\devices"
 
230
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
231
# PROP Intermediate_Dir "StaticRelease\devices"
 
232
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
233
# PROP Intermediate_Dir "StaticDebug\devices"
 
234
!ENDIF 
 
235
# End Source File
 
236
# Begin Source File
 
237
 
 
238
SOURCE=.\src\Inventor\Qt\devices\spwinput_x11.cpp
 
239
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
240
# PROP Intermediate_Dir "Release\devices"
 
241
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
242
# PROP Intermediate_Dir "Debug\devices"
 
243
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
244
# PROP Intermediate_Dir "StaticRelease\devices"
 
245
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
246
# PROP Intermediate_Dir "StaticDebug\devices"
 
247
!ENDIF 
 
248
# End Source File
 
249
# Begin Source File
 
250
 
 
251
SOURCE=.\src\Inventor\Qt\devices\spwinput_win32.c
 
252
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
253
# PROP Intermediate_Dir "Release\devices"
 
254
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
255
# PROP Intermediate_Dir "Debug\devices"
 
256
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
257
# PROP Intermediate_Dir "StaticRelease\devices"
 
258
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
259
# PROP Intermediate_Dir "StaticDebug\devices"
 
260
!ENDIF 
 
261
# End Source File
 
262
# Begin Source File
 
263
 
 
264
SOURCE=.\src\Inventor\Qt\devices\SoQtDeviceCommon.cpp
 
265
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
266
# PROP Intermediate_Dir "Release\devices"
 
267
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
268
# PROP Intermediate_Dir "Debug\devices"
 
269
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
270
# PROP Intermediate_Dir "StaticRelease\devices"
 
271
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
272
# PROP Intermediate_Dir "StaticDebug\devices"
 
273
!ENDIF 
 
274
# End Source File
 
275
# Begin Source File
 
276
 
 
277
SOURCE=.\src\Inventor\Qt\devices\SoQtInputFocusCommon.cpp
 
278
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
279
# PROP Intermediate_Dir "Release\devices"
 
280
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
281
# PROP Intermediate_Dir "Debug\devices"
 
282
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
283
# PROP Intermediate_Dir "StaticRelease\devices"
 
284
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
285
# PROP Intermediate_Dir "StaticDebug\devices"
 
286
!ENDIF 
 
287
# End Source File
 
288
# Begin Source File
 
289
 
 
290
SOURCE=.\src\Inventor\Qt\devices\SoQtKeyboardCommon.cpp
 
291
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
292
# PROP Intermediate_Dir "Release\devices"
 
293
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
294
# PROP Intermediate_Dir "Debug\devices"
 
295
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
296
# PROP Intermediate_Dir "StaticRelease\devices"
 
297
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
298
# PROP Intermediate_Dir "StaticDebug\devices"
 
299
!ENDIF 
 
300
# End Source File
 
301
# Begin Source File
 
302
 
 
303
SOURCE=.\src\Inventor\Qt\devices\SoQtMouseCommon.cpp
 
304
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
305
# PROP Intermediate_Dir "Release\devices"
 
306
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
307
# PROP Intermediate_Dir "Debug\devices"
 
308
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
309
# PROP Intermediate_Dir "StaticRelease\devices"
 
310
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
311
# PROP Intermediate_Dir "StaticDebug\devices"
 
312
!ENDIF 
 
313
# End Source File
 
314
# Begin Source File
 
315
 
 
316
SOURCE=.\src\Inventor\Qt\devices\SoQtSpaceballCommon.cpp
 
317
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
318
# PROP Intermediate_Dir "Release\devices"
 
319
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
320
# PROP Intermediate_Dir "Debug\devices"
 
321
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
322
# PROP Intermediate_Dir "StaticRelease\devices"
 
323
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
324
# PROP Intermediate_Dir "StaticDebug\devices"
 
325
!ENDIF 
 
326
# End Source File
 
327
# Begin Source File
 
328
 
 
329
SOURCE=.\src\Inventor\Qt\editors\SoQtColorEditor.cpp
 
330
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
331
# PROP Intermediate_Dir "Release\editors"
 
332
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
333
# PROP Intermediate_Dir "Debug\editors"
 
334
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
335
# PROP Intermediate_Dir "StaticRelease\editors"
 
336
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
337
# PROP Intermediate_Dir "StaticDebug\editors"
 
338
!ENDIF 
 
339
# End Source File
 
340
# Begin Source File
 
341
 
 
342
SOURCE=.\src\Inventor\Qt\editors\SoQtMaterialEditor.cpp
 
343
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
344
# PROP Intermediate_Dir "Release\editors"
 
345
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
346
# PROP Intermediate_Dir "Debug\editors"
 
347
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
348
# PROP Intermediate_Dir "StaticRelease\editors"
 
349
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
350
# PROP Intermediate_Dir "StaticDebug\editors"
 
351
!ENDIF 
 
352
# End Source File
 
353
# Begin Source File
 
354
 
 
355
SOURCE=.\src\Inventor\Qt\engines\Engines.cpp
 
356
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
357
# PROP Intermediate_Dir "Release\engines"
 
358
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
359
# PROP Intermediate_Dir "Debug\engines"
 
360
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
361
# PROP Intermediate_Dir "StaticRelease\engines"
 
362
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
363
# PROP Intermediate_Dir "StaticDebug\engines"
 
364
!ENDIF 
 
365
# End Source File
 
366
# Begin Source File
 
367
 
 
368
SOURCE=.\src\Inventor\Qt\engines\RadioGroup.cpp
 
369
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
370
# PROP Intermediate_Dir "Release\engines"
 
371
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
372
# PROP Intermediate_Dir "Debug\engines"
 
373
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
374
# PROP Intermediate_Dir "StaticRelease\engines"
 
375
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
376
# PROP Intermediate_Dir "StaticDebug\engines"
 
377
!ENDIF 
 
378
# End Source File
 
379
# Begin Source File
 
380
 
 
381
SOURCE=.\src\Inventor\Qt\engines\Format.cpp
 
382
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
383
# PROP Intermediate_Dir "Release\engines"
 
384
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
385
# PROP Intermediate_Dir "Debug\engines"
 
386
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
387
# PROP Intermediate_Dir "StaticRelease\engines"
 
388
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
389
# PROP Intermediate_Dir "StaticDebug\engines"
 
390
!ENDIF 
 
391
# End Source File
 
392
# Begin Source File
 
393
 
 
394
SOURCE=.\src\Inventor\Qt\nodes\Nodes.cpp
 
395
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
396
# PROP Intermediate_Dir "Release\nodes"
 
397
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
398
# PROP Intermediate_Dir "Debug\nodes"
 
399
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
400
# PROP Intermediate_Dir "StaticRelease\nodes"
 
401
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
402
# PROP Intermediate_Dir "StaticDebug\nodes"
 
403
!ENDIF 
 
404
# End Source File
 
405
# Begin Source File
 
406
 
 
407
SOURCE=.\src\Inventor\Qt\nodes\SceneTexture2.cpp
 
408
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
409
# PROP Intermediate_Dir "Release\nodes"
 
410
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
411
# PROP Intermediate_Dir "Debug\nodes"
 
412
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
413
# PROP Intermediate_Dir "StaticRelease\nodes"
 
414
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
415
# PROP Intermediate_Dir "StaticDebug\nodes"
 
416
!ENDIF 
 
417
# End Source File
 
418
# Begin Source File
 
419
 
 
420
SOURCE=.\src\Inventor\Qt\nodes\ViewportFix.cpp
 
421
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
422
# PROP Intermediate_Dir "Release\nodes"
 
423
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
424
# PROP Intermediate_Dir "Debug\nodes"
 
425
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
426
# PROP Intermediate_Dir "StaticRelease\nodes"
 
427
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
428
# PROP Intermediate_Dir "StaticDebug\nodes"
 
429
!ENDIF 
 
430
# End Source File
 
431
# Begin Source File
 
432
 
 
433
SOURCE=.\src\Inventor\Qt\nodes\ViewpointWrapper.cpp
 
434
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
435
# PROP Intermediate_Dir "Release\nodes"
 
436
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
437
# PROP Intermediate_Dir "Debug\nodes"
 
438
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
439
# PROP Intermediate_Dir "StaticRelease\nodes"
 
440
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
441
# PROP Intermediate_Dir "StaticDebug\nodes"
 
442
!ENDIF 
 
443
# End Source File
 
444
# Begin Source File
 
445
 
 
446
SOURCE=.\src\Inventor\Qt\nodes\Pane.cpp
 
447
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
448
# PROP Intermediate_Dir "Release\nodes"
 
449
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
450
# PROP Intermediate_Dir "Debug\nodes"
 
451
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
452
# PROP Intermediate_Dir "StaticRelease\nodes"
 
453
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
454
# PROP Intermediate_Dir "StaticDebug\nodes"
 
455
!ENDIF 
 
456
# End Source File
 
457
# Begin Source File
 
458
 
 
459
SOURCE=.\src\Inventor\Qt\nodes\Position.cpp
 
460
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
461
# PROP Intermediate_Dir "Release\nodes"
 
462
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
463
# PROP Intermediate_Dir "Debug\nodes"
 
464
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
465
# PROP Intermediate_Dir "StaticRelease\nodes"
 
466
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
467
# PROP Intermediate_Dir "StaticDebug\nodes"
 
468
!ENDIF 
 
469
# End Source File
 
470
# Begin Source File
 
471
 
 
472
SOURCE=.\src\Inventor\Qt\nodes\Translation.cpp
 
473
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
474
# PROP Intermediate_Dir "Release\nodes"
 
475
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
476
# PROP Intermediate_Dir "Debug\nodes"
 
477
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
478
# PROP Intermediate_Dir "StaticRelease\nodes"
 
479
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
480
# PROP Intermediate_Dir "StaticDebug\nodes"
 
481
!ENDIF 
 
482
# End Source File
 
483
# Begin Source File
 
484
 
 
485
SOURCE=.\src\Inventor\Qt\nodes\Frame.cpp
 
486
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
487
# PROP Intermediate_Dir "Release\nodes"
 
488
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
489
# PROP Intermediate_Dir "Debug\nodes"
 
490
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
491
# PROP Intermediate_Dir "StaticRelease\nodes"
 
492
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
493
# PROP Intermediate_Dir "StaticDebug\nodes"
 
494
!ENDIF 
 
495
# End Source File
 
496
# Begin Source File
 
497
 
 
498
SOURCE=.\src\Inventor\Qt\nodes\Image.cpp
 
499
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
500
# PROP Intermediate_Dir "Release\nodes"
 
501
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
502
# PROP Intermediate_Dir "Debug\nodes"
 
503
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
504
# PROP Intermediate_Dir "StaticRelease\nodes"
 
505
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
506
# PROP Intermediate_Dir "StaticDebug\nodes"
 
507
!ENDIF 
 
508
# End Source File
 
509
# Begin Source File
 
510
 
 
511
SOURCE=.\src\Inventor\Qt\nodes\Label.cpp
 
512
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
513
# PROP Intermediate_Dir "Release\nodes"
 
514
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
515
# PROP Intermediate_Dir "Debug\nodes"
 
516
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
517
# PROP Intermediate_Dir "StaticRelease\nodes"
 
518
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
519
# PROP Intermediate_Dir "StaticDebug\nodes"
 
520
!ENDIF 
 
521
# End Source File
 
522
# Begin Source File
 
523
 
 
524
SOURCE=.\src\Inventor\Qt\nodes\ToggleButton.cpp
 
525
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
526
# PROP Intermediate_Dir "Release\nodes"
 
527
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
528
# PROP Intermediate_Dir "Debug\nodes"
 
529
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
530
# PROP Intermediate_Dir "StaticRelease\nodes"
 
531
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
532
# PROP Intermediate_Dir "StaticDebug\nodes"
 
533
!ENDIF 
 
534
# End Source File
 
535
# Begin Source File
 
536
 
 
537
SOURCE=.\src\Inventor\Qt\nodes\RadioButton.cpp
 
538
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
539
# PROP Intermediate_Dir "Release\nodes"
 
540
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
541
# PROP Intermediate_Dir "Debug\nodes"
 
542
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
543
# PROP Intermediate_Dir "StaticRelease\nodes"
 
544
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
545
# PROP Intermediate_Dir "StaticDebug\nodes"
 
546
!ENDIF 
 
547
# End Source File
 
548
# Begin Source File
 
549
 
 
550
SOURCE=.\src\Inventor\Qt\nodes\ClickCounter.cpp
 
551
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
552
# PROP Intermediate_Dir "Release\nodes"
 
553
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
554
# PROP Intermediate_Dir "Debug\nodes"
 
555
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
556
# PROP Intermediate_Dir "StaticRelease\nodes"
 
557
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
558
# PROP Intermediate_Dir "StaticDebug\nodes"
 
559
!ENDIF 
 
560
# End Source File
 
561
# Begin Source File
 
562
 
 
563
SOURCE=.\src\Inventor\Qt\nodes\Slider1.cpp
 
564
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
565
# PROP Intermediate_Dir "Release\nodes"
 
566
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
567
# PROP Intermediate_Dir "Debug\nodes"
 
568
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
569
# PROP Intermediate_Dir "StaticRelease\nodes"
 
570
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
571
# PROP Intermediate_Dir "StaticDebug\nodes"
 
572
!ENDIF 
 
573
# End Source File
 
574
# Begin Source File
 
575
 
 
576
SOURCE=.\src\Inventor\Qt\nodes\Slider2.cpp
 
577
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
578
# PROP Intermediate_Dir "Release\nodes"
 
579
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
580
# PROP Intermediate_Dir "Debug\nodes"
 
581
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
582
# PROP Intermediate_Dir "StaticRelease\nodes"
 
583
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
584
# PROP Intermediate_Dir "StaticDebug\nodes"
 
585
!ENDIF 
 
586
# End Source File
 
587
# Begin Source File
 
588
 
 
589
SOURCE=.\src\Inventor\Qt\nodes\ColorEditor.cpp
 
590
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
591
# PROP Intermediate_Dir "Release\nodes"
 
592
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
593
# PROP Intermediate_Dir "Debug\nodes"
 
594
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
595
# PROP Intermediate_Dir "StaticRelease\nodes"
 
596
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
597
# PROP Intermediate_Dir "StaticDebug\nodes"
 
598
!ENDIF 
 
599
# End Source File
 
600
# Begin Source File
 
601
 
 
602
SOURCE=.\src\Inventor\Qt\nodes\MaterialEditor.cpp
 
603
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
604
# PROP Intermediate_Dir "Release\nodes"
 
605
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
606
# PROP Intermediate_Dir "Debug\nodes"
 
607
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
608
# PROP Intermediate_Dir "StaticRelease\nodes"
 
609
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
610
# PROP Intermediate_Dir "StaticDebug\nodes"
 
611
!ENDIF 
 
612
# End Source File
 
613
# Begin Source File
 
614
 
 
615
SOURCE=..\..\src\Inventor\Qt\viewers\FullViewer.cpp
 
616
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
617
# PROP Intermediate_Dir "Release\viewers"
 
618
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
619
# PROP Intermediate_Dir "Debug\viewers"
 
620
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
621
# PROP Intermediate_Dir "StaticRelease\viewers"
 
622
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
623
# PROP Intermediate_Dir "StaticDebug\viewers"
 
624
!ENDIF 
 
625
# End Source File
 
626
# Begin Source File
 
627
 
 
628
SOURCE=..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
629
 
 
630
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
631
 
 
632
# PROP IgnoreDefaultTool 1
 
633
#Begin Custom Build - moc'ing $(InputPath)
 
634
InputPath=..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
635
 
 
636
"src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
637
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
638
 
 
639
# End Custom Build
 
640
 
 
641
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
642
 
 
643
# PROP IgnoreDefaultTool 1
 
644
#Begin Custom Build - moc'ing $(InputPath)
 
645
InputPath=..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
646
 
 
647
"src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
648
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
649
 
 
650
# End Custom Build
 
651
 
 
652
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
653
 
 
654
# PROP IgnoreDefaultTool 1
 
655
#Begin Custom Build - moc'ing $(InputPath)
 
656
InputPath=..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
657
 
 
658
"src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
659
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
660
 
 
661
# End Custom Build
 
662
 
 
663
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
664
 
 
665
# PROP IgnoreDefaultTool 1
 
666
#Begin Custom Build - moc'ing $(InputPath)
 
667
InputPath=..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
668
 
 
669
"src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
670
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtFullViewerP.h
 
671
 
 
672
# End Custom Build
 
673
 
 
674
!ENDIF 
 
675
 
 
676
# End Source File
 
677
# Begin Source File
 
678
 
 
679
SOURCE=..\..\src\Inventor\Qt\viewers\ExaminerViewer.cpp
 
680
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
681
# PROP Intermediate_Dir "Release\viewers"
 
682
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
683
# PROP Intermediate_Dir "Debug\viewers"
 
684
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
685
# PROP Intermediate_Dir "StaticRelease\viewers"
 
686
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
687
# PROP Intermediate_Dir "StaticDebug\viewers"
 
688
!ENDIF 
 
689
# End Source File
 
690
# Begin Source File
 
691
 
 
692
SOURCE=..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
693
 
 
694
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
695
 
 
696
# PROP IgnoreDefaultTool 1
 
697
#Begin Custom Build - moc'ing $(InputPath)
 
698
InputPath=..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
699
 
 
700
"src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
701
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
702
 
 
703
# End Custom Build
 
704
 
 
705
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
706
 
 
707
# PROP IgnoreDefaultTool 1
 
708
#Begin Custom Build - moc'ing $(InputPath)
 
709
InputPath=..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
710
 
 
711
"src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
712
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
713
 
 
714
# End Custom Build
 
715
 
 
716
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
717
 
 
718
# PROP IgnoreDefaultTool 1
 
719
#Begin Custom Build - moc'ing $(InputPath)
 
720
InputPath=..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
721
 
 
722
"src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
723
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
724
 
 
725
# End Custom Build
 
726
 
 
727
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
728
 
 
729
# PROP IgnoreDefaultTool 1
 
730
#Begin Custom Build - moc'ing $(InputPath)
 
731
InputPath=..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
732
 
 
733
"src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
734
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtExaminerViewerP.h
 
735
 
 
736
# End Custom Build
 
737
 
 
738
!ENDIF 
 
739
 
 
740
# End Source File
 
741
# Begin Source File
 
742
 
 
743
SOURCE=..\..\src\Inventor\Qt\viewers\PlaneViewer.cpp
 
744
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
745
# PROP Intermediate_Dir "Release\viewers"
 
746
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
747
# PROP Intermediate_Dir "Debug\viewers"
 
748
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
749
# PROP Intermediate_Dir "StaticRelease\viewers"
 
750
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
751
# PROP Intermediate_Dir "StaticDebug\viewers"
 
752
!ENDIF 
 
753
# End Source File
 
754
# Begin Source File
 
755
 
 
756
SOURCE=..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
757
 
 
758
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
759
 
 
760
# PROP IgnoreDefaultTool 1
 
761
#Begin Custom Build - moc'ing $(InputPath)
 
762
InputPath=..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
763
 
 
764
"src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
765
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
766
 
 
767
# End Custom Build
 
768
 
 
769
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
770
 
 
771
# PROP IgnoreDefaultTool 1
 
772
#Begin Custom Build - moc'ing $(InputPath)
 
773
InputPath=..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
774
 
 
775
"src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
776
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
777
 
 
778
# End Custom Build
 
779
 
 
780
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
781
 
 
782
# PROP IgnoreDefaultTool 1
 
783
#Begin Custom Build - moc'ing $(InputPath)
 
784
InputPath=..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
785
 
 
786
"src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
787
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
788
 
 
789
# End Custom Build
 
790
 
 
791
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
792
 
 
793
# PROP IgnoreDefaultTool 1
 
794
#Begin Custom Build - moc'ing $(InputPath)
 
795
InputPath=..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
796
 
 
797
"src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
798
        $(QTDIR)\bin\moc -o src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc ..\..\src\Inventor\Qt\viewers\SoQtPlaneViewerP.h
 
799
 
 
800
# End Custom Build
 
801
 
 
802
!ENDIF 
 
803
 
 
804
# End Source File
 
805
# Begin Source File
 
806
 
 
807
SOURCE=.\src\Inventor\Qt\viewers\SoQtViewer.cpp
 
808
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
809
# PROP Intermediate_Dir "Release\viewers"
 
810
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
811
# PROP Intermediate_Dir "Debug\viewers"
 
812
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
813
# PROP Intermediate_Dir "StaticRelease\viewers"
 
814
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
815
# PROP Intermediate_Dir "StaticDebug\viewers"
 
816
!ENDIF 
 
817
# End Source File
 
818
# Begin Source File
 
819
 
 
820
SOURCE=.\src\Inventor\Qt\viewers\SoQtConstrainedViewer.cpp
 
821
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
822
# PROP Intermediate_Dir "Release\viewers"
 
823
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
824
# PROP Intermediate_Dir "Debug\viewers"
 
825
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
826
# PROP Intermediate_Dir "StaticRelease\viewers"
 
827
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
828
# PROP Intermediate_Dir "StaticDebug\viewers"
 
829
!ENDIF 
 
830
# End Source File
 
831
# Begin Source File
 
832
 
 
833
SOURCE=.\src\Inventor\Qt\viewers\SoQtFlyViewer.cpp
 
834
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
835
# PROP Intermediate_Dir "Release\viewers"
 
836
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
837
# PROP Intermediate_Dir "Debug\viewers"
 
838
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
839
# PROP Intermediate_Dir "StaticRelease\viewers"
 
840
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
841
# PROP Intermediate_Dir "StaticDebug\viewers"
 
842
!ENDIF 
 
843
# End Source File
 
844
# Begin Source File
 
845
 
 
846
SOURCE=.\src\Inventor\Qt\viewers\SoQtFullViewer.cpp
 
847
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
848
# PROP Intermediate_Dir "Release\viewers"
 
849
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
850
# PROP Intermediate_Dir "Debug\viewers"
 
851
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
852
# PROP Intermediate_Dir "StaticRelease\viewers"
 
853
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
854
# PROP Intermediate_Dir "StaticDebug\viewers"
 
855
!ENDIF 
 
856
# End Source File
 
857
# Begin Source File
 
858
 
 
859
SOURCE=.\src\Inventor\Qt\viewers\SoQtExaminerViewer.cpp
 
860
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
861
# PROP Intermediate_Dir "Release\viewers"
 
862
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
863
# PROP Intermediate_Dir "Debug\viewers"
 
864
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
865
# PROP Intermediate_Dir "StaticRelease\viewers"
 
866
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
867
# PROP Intermediate_Dir "StaticDebug\viewers"
 
868
!ENDIF 
 
869
# End Source File
 
870
# Begin Source File
 
871
 
 
872
SOURCE=.\src\Inventor\Qt\viewers\SoQtPlaneViewer.cpp
 
873
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
874
# PROP Intermediate_Dir "Release\viewers"
 
875
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
876
# PROP Intermediate_Dir "Debug\viewers"
 
877
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
878
# PROP Intermediate_Dir "StaticRelease\viewers"
 
879
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
880
# PROP Intermediate_Dir "StaticDebug\viewers"
 
881
!ENDIF 
 
882
# End Source File
 
883
# Begin Source File
 
884
 
 
885
SOURCE=..\..\src\Inventor\Qt\widgets\SoQtGLArea.cpp
 
886
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
887
# PROP Intermediate_Dir "Release\widgets"
 
888
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
889
# PROP Intermediate_Dir "Debug\widgets"
 
890
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
891
# PROP Intermediate_Dir "StaticRelease\widgets"
 
892
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
893
# PROP Intermediate_Dir "StaticDebug\widgets"
 
894
!ENDIF 
 
895
# End Source File
 
896
# Begin Source File
 
897
 
 
898
SOURCE=..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
899
 
 
900
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
901
 
 
902
# PROP IgnoreDefaultTool 1
 
903
#Begin Custom Build - moc'ing $(InputPath)
 
904
InputPath=..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
905
 
 
906
"src\Inventor\Qt\widgets\moc_SoQtGLArea.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
907
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtGLArea.icc ..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
908
 
 
909
# End Custom Build
 
910
 
 
911
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
912
 
 
913
# PROP IgnoreDefaultTool 1
 
914
#Begin Custom Build - moc'ing $(InputPath)
 
915
InputPath=..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
916
 
 
917
"src\Inventor\Qt\widgets\moc_SoQtGLArea.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
918
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtGLArea.icc ..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
919
 
 
920
# End Custom Build
 
921
 
 
922
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
923
 
 
924
# PROP IgnoreDefaultTool 1
 
925
#Begin Custom Build - moc'ing $(InputPath)
 
926
InputPath=..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
927
 
 
928
"src\Inventor\Qt\widgets\moc_SoQtGLArea.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
929
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtGLArea.icc ..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
930
 
 
931
# End Custom Build
 
932
 
 
933
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
934
 
 
935
# PROP IgnoreDefaultTool 1
 
936
#Begin Custom Build - moc'ing $(InputPath)
 
937
InputPath=..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
938
 
 
939
"src\Inventor\Qt\widgets\moc_SoQtGLArea.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
940
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtGLArea.icc ..\..\src\Inventor\Qt\widgets\SoQtGLArea.h
 
941
 
 
942
# End Custom Build
 
943
 
 
944
!ENDIF 
 
945
 
 
946
# End Source File
 
947
# Begin Source File
 
948
 
 
949
SOURCE=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.cpp
 
950
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
951
# PROP Intermediate_Dir "Release\widgets"
 
952
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
953
# PROP Intermediate_Dir "Debug\widgets"
 
954
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
955
# PROP Intermediate_Dir "StaticRelease\widgets"
 
956
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
957
# PROP Intermediate_Dir "StaticDebug\widgets"
 
958
!ENDIF 
 
959
# End Source File
 
960
# Begin Source File
 
961
 
 
962
SOURCE=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
963
 
 
964
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
965
 
 
966
# PROP IgnoreDefaultTool 1
 
967
#Begin Custom Build - moc'ing $(InputPath)
 
968
InputPath=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
969
 
 
970
"src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
971
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc ..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
972
 
 
973
# End Custom Build
 
974
 
 
975
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
976
 
 
977
# PROP IgnoreDefaultTool 1
 
978
#Begin Custom Build - moc'ing $(InputPath)
 
979
InputPath=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
980
 
 
981
"src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
982
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc ..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
983
 
 
984
# End Custom Build
 
985
 
 
986
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
987
 
 
988
# PROP IgnoreDefaultTool 1
 
989
#Begin Custom Build - moc'ing $(InputPath)
 
990
InputPath=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
991
 
 
992
"src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
993
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc ..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
994
 
 
995
# End Custom Build
 
996
 
 
997
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
998
 
 
999
# PROP IgnoreDefaultTool 1
 
1000
#Begin Custom Build - moc'ing $(InputPath)
 
1001
InputPath=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
1002
 
 
1003
"src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1004
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc ..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
1005
 
 
1006
# End Custom Build
 
1007
 
 
1008
!ENDIF 
 
1009
 
 
1010
# End Source File
 
1011
# Begin Source File
 
1012
 
 
1013
SOURCE=..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.cpp
 
1014
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1015
# PROP Intermediate_Dir "Release\widgets"
 
1016
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1017
# PROP Intermediate_Dir "Debug\widgets"
 
1018
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1019
# PROP Intermediate_Dir "StaticRelease\widgets"
 
1020
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1021
# PROP Intermediate_Dir "StaticDebug\widgets"
 
1022
!ENDIF 
 
1023
# End Source File
 
1024
# Begin Source File
 
1025
 
 
1026
SOURCE=..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1027
 
 
1028
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1029
 
 
1030
# PROP IgnoreDefaultTool 1
 
1031
#Begin Custom Build - moc'ing $(InputPath)
 
1032
InputPath=..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1033
 
 
1034
"src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1035
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc ..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1036
 
 
1037
# End Custom Build
 
1038
 
 
1039
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1040
 
 
1041
# PROP IgnoreDefaultTool 1
 
1042
#Begin Custom Build - moc'ing $(InputPath)
 
1043
InputPath=..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1044
 
 
1045
"src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1046
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc ..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1047
 
 
1048
# End Custom Build
 
1049
 
 
1050
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1051
 
 
1052
# PROP IgnoreDefaultTool 1
 
1053
#Begin Custom Build - moc'ing $(InputPath)
 
1054
InputPath=..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1055
 
 
1056
"src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1057
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc ..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1058
 
 
1059
# End Custom Build
 
1060
 
 
1061
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1062
 
 
1063
# PROP IgnoreDefaultTool 1
 
1064
#Begin Custom Build - moc'ing $(InputPath)
 
1065
InputPath=..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1066
 
 
1067
"src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1068
        $(QTDIR)\bin\moc -o src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc ..\..\src\Inventor\Qt\widgets\QtNativePopupMenu.h
 
1069
 
 
1070
# End Custom Build
 
1071
 
 
1072
!ENDIF 
 
1073
 
 
1074
# End Source File
 
1075
# Begin Source File
 
1076
 
 
1077
SOURCE=.\src\Inventor\Qt\widgets\SoAnyThumbWheel.cpp
 
1078
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1079
# PROP Intermediate_Dir "Release\widgets"
 
1080
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1081
# PROP Intermediate_Dir "Debug\widgets"
 
1082
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1083
# PROP Intermediate_Dir "StaticRelease\widgets"
 
1084
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1085
# PROP Intermediate_Dir "StaticDebug\widgets"
 
1086
!ENDIF 
 
1087
# End Source File
 
1088
# Begin Source File
 
1089
 
 
1090
SOURCE=.\src\Inventor\Qt\widgets\SoQtPopupMenu.cpp
 
1091
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1092
# PROP Intermediate_Dir "Release\widgets"
 
1093
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1094
# PROP Intermediate_Dir "Debug\widgets"
 
1095
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1096
# PROP Intermediate_Dir "StaticRelease\widgets"
 
1097
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1098
# PROP Intermediate_Dir "StaticDebug\widgets"
 
1099
!ENDIF 
 
1100
# End Source File
 
1101
# Begin Source File
 
1102
 
 
1103
SOURCE=..\..\src\Inventor\Qt\SoQt.cpp
 
1104
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1105
# PROP Intermediate_Dir "Release\Qt"
 
1106
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1107
# PROP Intermediate_Dir "Debug\Qt"
 
1108
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1109
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1110
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1111
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1112
!ENDIF 
 
1113
# End Source File
 
1114
# Begin Source File
 
1115
 
 
1116
SOURCE=..\..\src\Inventor\Qt\SoQtP.h
 
1117
 
 
1118
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1119
 
 
1120
# PROP IgnoreDefaultTool 1
 
1121
#Begin Custom Build - moc'ing $(InputPath)
 
1122
InputPath=..\..\src\Inventor\Qt\SoQtP.h
 
1123
 
 
1124
"src\Inventor\Qt\moc_SoQtP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1125
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtP.icc ..\..\src\Inventor\Qt\SoQtP.h
 
1126
 
 
1127
# End Custom Build
 
1128
 
 
1129
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1130
 
 
1131
# PROP IgnoreDefaultTool 1
 
1132
#Begin Custom Build - moc'ing $(InputPath)
 
1133
InputPath=..\..\src\Inventor\Qt\SoQtP.h
 
1134
 
 
1135
"src\Inventor\Qt\moc_SoQtP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1136
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtP.icc ..\..\src\Inventor\Qt\SoQtP.h
 
1137
 
 
1138
# End Custom Build
 
1139
 
 
1140
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1141
 
 
1142
# PROP IgnoreDefaultTool 1
 
1143
#Begin Custom Build - moc'ing $(InputPath)
 
1144
InputPath=..\..\src\Inventor\Qt\SoQtP.h
 
1145
 
 
1146
"src\Inventor\Qt\moc_SoQtP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1147
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtP.icc ..\..\src\Inventor\Qt\SoQtP.h
 
1148
 
 
1149
# End Custom Build
 
1150
 
 
1151
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1152
 
 
1153
# PROP IgnoreDefaultTool 1
 
1154
#Begin Custom Build - moc'ing $(InputPath)
 
1155
InputPath=..\..\src\Inventor\Qt\SoQtP.h
 
1156
 
 
1157
"src\Inventor\Qt\moc_SoQtP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1158
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtP.icc ..\..\src\Inventor\Qt\SoQtP.h
 
1159
 
 
1160
# End Custom Build
 
1161
 
 
1162
!ENDIF 
 
1163
 
 
1164
# End Source File
 
1165
# Begin Source File
 
1166
 
 
1167
SOURCE=..\..\src\Inventor\Qt\SoQtComponent.cpp
 
1168
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1169
# PROP Intermediate_Dir "Release\Qt"
 
1170
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1171
# PROP Intermediate_Dir "Debug\Qt"
 
1172
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1173
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1174
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1175
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1176
!ENDIF 
 
1177
# End Source File
 
1178
# Begin Source File
 
1179
 
 
1180
SOURCE=..\..\src\Inventor\Qt\SoQtComponentP.h
 
1181
 
 
1182
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1183
 
 
1184
# PROP IgnoreDefaultTool 1
 
1185
#Begin Custom Build - moc'ing $(InputPath)
 
1186
InputPath=..\..\src\Inventor\Qt\SoQtComponentP.h
 
1187
 
 
1188
"src\Inventor\Qt\moc_SoQtComponentP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1189
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtComponentP.icc ..\..\src\Inventor\Qt\SoQtComponentP.h
 
1190
 
 
1191
# End Custom Build
 
1192
 
 
1193
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1194
 
 
1195
# PROP IgnoreDefaultTool 1
 
1196
#Begin Custom Build - moc'ing $(InputPath)
 
1197
InputPath=..\..\src\Inventor\Qt\SoQtComponentP.h
 
1198
 
 
1199
"src\Inventor\Qt\moc_SoQtComponentP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1200
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtComponentP.icc ..\..\src\Inventor\Qt\SoQtComponentP.h
 
1201
 
 
1202
# End Custom Build
 
1203
 
 
1204
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1205
 
 
1206
# PROP IgnoreDefaultTool 1
 
1207
#Begin Custom Build - moc'ing $(InputPath)
 
1208
InputPath=..\..\src\Inventor\Qt\SoQtComponentP.h
 
1209
 
 
1210
"src\Inventor\Qt\moc_SoQtComponentP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1211
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtComponentP.icc ..\..\src\Inventor\Qt\SoQtComponentP.h
 
1212
 
 
1213
# End Custom Build
 
1214
 
 
1215
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1216
 
 
1217
# PROP IgnoreDefaultTool 1
 
1218
#Begin Custom Build - moc'ing $(InputPath)
 
1219
InputPath=..\..\src\Inventor\Qt\SoQtComponentP.h
 
1220
 
 
1221
"src\Inventor\Qt\moc_SoQtComponentP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1222
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtComponentP.icc ..\..\src\Inventor\Qt\SoQtComponentP.h
 
1223
 
 
1224
# End Custom Build
 
1225
 
 
1226
!ENDIF 
 
1227
 
 
1228
# End Source File
 
1229
# Begin Source File
 
1230
 
 
1231
SOURCE=..\..\src\Inventor\Qt\SoQtGLWidget.cpp
 
1232
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1233
# PROP Intermediate_Dir "Release\Qt"
 
1234
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1235
# PROP Intermediate_Dir "Debug\Qt"
 
1236
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1237
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1238
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1239
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1240
!ENDIF 
 
1241
# End Source File
 
1242
# Begin Source File
 
1243
 
 
1244
SOURCE=..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1245
 
 
1246
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1247
 
 
1248
# PROP IgnoreDefaultTool 1
 
1249
#Begin Custom Build - moc'ing $(InputPath)
 
1250
InputPath=..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1251
 
 
1252
"src\Inventor\Qt\moc_SoQtGLWidgetP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1253
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtGLWidgetP.icc ..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1254
 
 
1255
# End Custom Build
 
1256
 
 
1257
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1258
 
 
1259
# PROP IgnoreDefaultTool 1
 
1260
#Begin Custom Build - moc'ing $(InputPath)
 
1261
InputPath=..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1262
 
 
1263
"src\Inventor\Qt\moc_SoQtGLWidgetP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1264
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtGLWidgetP.icc ..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1265
 
 
1266
# End Custom Build
 
1267
 
 
1268
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1269
 
 
1270
# PROP IgnoreDefaultTool 1
 
1271
#Begin Custom Build - moc'ing $(InputPath)
 
1272
InputPath=..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1273
 
 
1274
"src\Inventor\Qt\moc_SoQtGLWidgetP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1275
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtGLWidgetP.icc ..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1276
 
 
1277
# End Custom Build
 
1278
 
 
1279
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1280
 
 
1281
# PROP IgnoreDefaultTool 1
 
1282
#Begin Custom Build - moc'ing $(InputPath)
 
1283
InputPath=..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1284
 
 
1285
"src\Inventor\Qt\moc_SoQtGLWidgetP.icc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
 
1286
        $(QTDIR)\bin\moc -o src\Inventor\Qt\moc_SoQtGLWidgetP.icc ..\..\src\Inventor\Qt\SoQtGLWidgetP.h
 
1287
 
 
1288
# End Custom Build
 
1289
 
 
1290
!ENDIF 
 
1291
 
 
1292
# End Source File
 
1293
# Begin Source File
 
1294
 
 
1295
SOURCE=.\src\Inventor\Qt\SoAny.cpp
 
1296
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1297
# PROP Intermediate_Dir "Release\Qt"
 
1298
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1299
# PROP Intermediate_Dir "Debug\Qt"
 
1300
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1301
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1302
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1303
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1304
!ENDIF 
 
1305
# End Source File
 
1306
# Begin Source File
 
1307
 
 
1308
SOURCE=.\src\Inventor\Qt\SoQtCursor.cpp
 
1309
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1310
# PROP Intermediate_Dir "Release\Qt"
 
1311
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1312
# PROP Intermediate_Dir "Debug\Qt"
 
1313
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1314
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1315
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1316
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1317
!ENDIF 
 
1318
# End Source File
 
1319
# Begin Source File
 
1320
 
 
1321
SOURCE=.\src\Inventor\Qt\SoQtObject.cpp
 
1322
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1323
# PROP Intermediate_Dir "Release\Qt"
 
1324
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1325
# PROP Intermediate_Dir "Debug\Qt"
 
1326
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1327
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1328
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1329
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1330
!ENDIF 
 
1331
# End Source File
 
1332
# Begin Source File
 
1333
 
 
1334
SOURCE=.\src\Inventor\Qt\SoQtCommon.cpp
 
1335
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1336
# PROP Intermediate_Dir "Release\Qt"
 
1337
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1338
# PROP Intermediate_Dir "Debug\Qt"
 
1339
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1340
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1341
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1342
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1343
!ENDIF 
 
1344
# End Source File
 
1345
# Begin Source File
 
1346
 
 
1347
SOURCE=.\src\Inventor\Qt\SoQtComponentCommon.cpp
 
1348
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1349
# PROP Intermediate_Dir "Release\Qt"
 
1350
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1351
# PROP Intermediate_Dir "Debug\Qt"
 
1352
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1353
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1354
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1355
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1356
!ENDIF 
 
1357
# End Source File
 
1358
# Begin Source File
 
1359
 
 
1360
SOURCE=.\src\Inventor\Qt\SoQtGLWidgetCommon.cpp
 
1361
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1362
# PROP Intermediate_Dir "Release\Qt"
 
1363
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1364
# PROP Intermediate_Dir "Debug\Qt"
 
1365
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1366
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1367
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1368
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1369
!ENDIF 
 
1370
# End Source File
 
1371
# Begin Source File
 
1372
 
 
1373
SOURCE=.\src\Inventor\Qt\SoQtRenderArea.cpp
 
1374
!IF  "$(CFG)" == "soqt1 - Win32 DLL (Release)"
 
1375
# PROP Intermediate_Dir "Release\Qt"
 
1376
!ELSEIF  "$(CFG)" == "soqt1 - Win32 DLL (Debug)"
 
1377
# PROP Intermediate_Dir "Debug\Qt"
 
1378
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Release)"
 
1379
# PROP Intermediate_Dir "StaticRelease\Qt"
 
1380
!ELSEIF  "$(CFG)" == "soqt1 - Win32 LIB (Debug)"
 
1381
# PROP Intermediate_Dir "StaticDebug\Qt"
 
1382
!ENDIF 
 
1383
# End Source File
 
1384
# End Group
 
1385
# Begin Group "Public Headers"
 
1386
 
 
1387
# PROP Default_Filter "h"
 
1388
# Begin Source File
 
1389
 
 
1390
SOURCE=src\Inventor\Qt\devices\SoQtDevice.h
 
1391
# End Source File
 
1392
# Begin Source File
 
1393
 
 
1394
SOURCE=src\Inventor\Qt\devices\SoQtKeyboard.h
 
1395
# End Source File
 
1396
# Begin Source File
 
1397
 
 
1398
SOURCE=src\Inventor\Qt\devices\SoQtMouse.h
 
1399
# End Source File
 
1400
# Begin Source File
 
1401
 
 
1402
SOURCE=src\Inventor\Qt\devices\SoQtSpaceball.h
 
1403
# End Source File
 
1404
# Begin Source File
 
1405
 
 
1406
SOURCE=src\Inventor\Qt\editors\SoQtColorEditor.h
 
1407
# End Source File
 
1408
# Begin Source File
 
1409
 
 
1410
SOURCE=src\Inventor\Qt\editors\SoQtMaterialEditor.h
 
1411
# End Source File
 
1412
# Begin Source File
 
1413
 
 
1414
SOURCE=src\Inventor\Qt\nodes\SoGuiColorEditor.h
 
1415
# End Source File
 
1416
# Begin Source File
 
1417
 
 
1418
SOURCE=src\Inventor\Qt\nodes\SoGuiMaterialEditor.h
 
1419
# End Source File
 
1420
# Begin Source File
 
1421
 
 
1422
SOURCE=src\Inventor\Qt\viewers\SoQtViewer.h
 
1423
# End Source File
 
1424
# Begin Source File
 
1425
 
 
1426
SOURCE=src\Inventor\Qt\viewers\SoQtFullViewer.h
 
1427
# End Source File
 
1428
# Begin Source File
 
1429
 
 
1430
SOURCE=src\Inventor\Qt\viewers\SoQtExaminerViewer.h
 
1431
# End Source File
 
1432
# Begin Source File
 
1433
 
 
1434
SOURCE=src\Inventor\Qt\viewers\SoQtPlaneViewer.h
 
1435
# End Source File
 
1436
# Begin Source File
 
1437
 
 
1438
SOURCE=src\Inventor\Qt\viewers\SoQtConstrainedViewer.h
 
1439
# End Source File
 
1440
# Begin Source File
 
1441
 
 
1442
SOURCE=src\Inventor\Qt\viewers\SoQtFlyViewer.h
 
1443
# End Source File
 
1444
# Begin Source File
 
1445
 
 
1446
SOURCE=..\..\src\Inventor\Qt\widgets\SoQtThumbWheel.h
 
1447
# End Source File
 
1448
# Begin Source File
 
1449
 
 
1450
SOURCE=src\Inventor\Qt\widgets\SoQtPopupMenu.h
 
1451
# End Source File
 
1452
# Begin Source File
 
1453
 
 
1454
SOURCE=src\Inventor\Qt\SoQt.h
 
1455
# End Source File
 
1456
# Begin Source File
 
1457
 
 
1458
SOURCE=src\Inventor\Qt\SoQtBasic.h
 
1459
# End Source File
 
1460
# Begin Source File
 
1461
 
 
1462
SOURCE=src\Inventor\Qt\SoQtObject.h
 
1463
# End Source File
 
1464
# Begin Source File
 
1465
 
 
1466
SOURCE=src\Inventor\Qt\SoQtCursor.h
 
1467
# End Source File
 
1468
# Begin Source File
 
1469
 
 
1470
SOURCE=src\Inventor\Qt\SoQtComponent.h
 
1471
# End Source File
 
1472
# Begin Source File
 
1473
 
 
1474
SOURCE=src\Inventor\Qt\SoQtGLWidget.h
 
1475
# End Source File
 
1476
# Begin Source File
 
1477
 
 
1478
SOURCE=src\Inventor\Qt\SoQtColorEditor.h
 
1479
# End Source File
 
1480
# Begin Source File
 
1481
 
 
1482
SOURCE=src\Inventor\Qt\SoQtRenderArea.h
 
1483
# End Source File
 
1484
# End Group
 
1485
# Begin Group "Private Headers"
 
1486
 
 
1487
# PROP Default_Filter "h;ic;icc"
 
1488
# Begin Source File
 
1489
 
 
1490
SOURCE=.\src\config-debug.h
 
1491
# PROP Exclude_From_Build 1
 
1492
# End Source File
 
1493
# Begin Source File
 
1494
 
 
1495
SOURCE=.\src\config-release.h
 
1496
# PROP Exclude_From_Build 1
 
1497
# End Source File
 
1498
# Begin Source File
 
1499
 
 
1500
SOURCE=.\src\Inventor\Qt\devices\SoGuiDeviceP.h
 
1501
# PROP Exclude_From_Build 1
 
1502
# End Source File
 
1503
# Begin Source File
 
1504
 
 
1505
SOURCE=.\src\Inventor\Qt\devices\SoGuiInputFocusP.h
 
1506
# PROP Exclude_From_Build 1
 
1507
# End Source File
 
1508
# Begin Source File
 
1509
 
 
1510
SOURCE=.\src\Inventor\Qt\devices\SoGuiKeyboardP.h
 
1511
# PROP Exclude_From_Build 1
 
1512
# End Source File
 
1513
# Begin Source File
 
1514
 
 
1515
SOURCE=.\src\Inventor\Qt\devices\SoGuiMouseP.h
 
1516
# PROP Exclude_From_Build 1
 
1517
# End Source File
 
1518
# Begin Source File
 
1519
 
 
1520
SOURCE=.\src\Inventor\Qt\devices\SoGuiSpaceballP.h
 
1521
# PROP Exclude_From_Build 1
 
1522
# End Source File
 
1523
# Begin Source File
 
1524
 
 
1525
SOURCE=.\src\Inventor\Qt\engines\SoGuiEngines.h
 
1526
# PROP Exclude_From_Build 1
 
1527
# End Source File
 
1528
# Begin Source File
 
1529
 
 
1530
SOURCE=.\src\Inventor\Qt\engines\SoGuiFormat.h
 
1531
# PROP Exclude_From_Build 1
 
1532
# End Source File
 
1533
# Begin Source File
 
1534
 
 
1535
SOURCE=.\src\Inventor\Qt\engines\SoGuiRadioGroup.h
 
1536
# PROP Exclude_From_Build 1
 
1537
# End Source File
 
1538
# Begin Source File
 
1539
 
 
1540
SOURCE=.\src\Inventor\Qt\nodes\SoGuiClickCounter.h
 
1541
# PROP Exclude_From_Build 1
 
1542
# End Source File
 
1543
# Begin Source File
 
1544
 
 
1545
SOURCE=.\src\Inventor\Qt\nodes\SoGuiFrame.h
 
1546
# PROP Exclude_From_Build 1
 
1547
# End Source File
 
1548
# Begin Source File
 
1549
 
 
1550
SOURCE=.\src\Inventor\Qt\nodes\SoGuiImage.h
 
1551
# PROP Exclude_From_Build 1
 
1552
# End Source File
 
1553
# Begin Source File
 
1554
 
 
1555
SOURCE=.\src\Inventor\Qt\nodes\SoGuiLabel.h
 
1556
# PROP Exclude_From_Build 1
 
1557
# End Source File
 
1558
# Begin Source File
 
1559
 
 
1560
SOURCE=.\src\Inventor\Qt\nodes\SoGuiNodes.h
 
1561
# PROP Exclude_From_Build 1
 
1562
# End Source File
 
1563
# Begin Source File
 
1564
 
 
1565
SOURCE=.\src\Inventor\Qt\nodes\SoGuiPane.h
 
1566
# PROP Exclude_From_Build 1
 
1567
# End Source File
 
1568
# Begin Source File
 
1569
 
 
1570
SOURCE=.\src\Inventor\Qt\nodes\SoGuiPosition.h
 
1571
# PROP Exclude_From_Build 1
 
1572
# End Source File
 
1573
# Begin Source File
 
1574
 
 
1575
SOURCE=.\src\Inventor\Qt\nodes\SoGuiRadioButton.h
 
1576
# PROP Exclude_From_Build 1
 
1577
# End Source File
 
1578
# Begin Source File
 
1579
 
 
1580
SOURCE=.\src\Inventor\Qt\nodes\SoGuiSceneTexture2.h
 
1581
# PROP Exclude_From_Build 1
 
1582
# End Source File
 
1583
# Begin Source File
 
1584
 
 
1585
SOURCE=.\src\Inventor\Qt\nodes\SoGuiSlider1.h
 
1586
# PROP Exclude_From_Build 1
 
1587
# End Source File
 
1588
# Begin Source File
 
1589
 
 
1590
SOURCE=.\src\Inventor\Qt\nodes\SoGuiSlider2.h
 
1591
# PROP Exclude_From_Build 1
 
1592
# End Source File
 
1593
# Begin Source File
 
1594
 
 
1595
SOURCE=.\src\Inventor\Qt\nodes\SoGuiToggleButton.h
 
1596
# PROP Exclude_From_Build 1
 
1597
# End Source File
 
1598
# Begin Source File
 
1599
 
 
1600
SOURCE=.\src\Inventor\Qt\nodes\SoGuiTranslation.h
 
1601
# PROP Exclude_From_Build 1
 
1602
# End Source File
 
1603
# Begin Source File
 
1604
 
 
1605
SOURCE=.\src\Inventor\Qt\nodes\SoGuiViewpointWrapper.h
 
1606
# PROP Exclude_From_Build 1
 
1607
# End Source File
 
1608
# Begin Source File
 
1609
 
 
1610
SOURCE=.\src\Inventor\Qt\nodes\SoGuiViewportFix.h
 
1611
# PROP Exclude_From_Build 1
 
1612
# End Source File
 
1613
# Begin Source File
 
1614
 
 
1615
SOURCE=.\src\Inventor\Qt\SoGuiComponentP.h
 
1616
# PROP Exclude_From_Build 1
 
1617
# End Source File
 
1618
# Begin Source File
 
1619
 
 
1620
SOURCE=.\src\Inventor\Qt\SoGuiGLWidgetP.h
 
1621
# PROP Exclude_From_Build 1
 
1622
# End Source File
 
1623
# Begin Source File
 
1624
 
 
1625
SOURCE=.\src\Inventor\Qt\SoGuiP.h
 
1626
# PROP Exclude_From_Build 1
 
1627
# End Source File
 
1628
# Begin Source File
 
1629
 
 
1630
SOURCE=.\src\Inventor\Qt\viewers\SoGuiExaminerViewerP.h
 
1631
# PROP Exclude_From_Build 1
 
1632
# End Source File
 
1633
# Begin Source File
 
1634
 
 
1635
SOURCE=.\src\Inventor\Qt\viewers\SoGuiFullViewerP.h
 
1636
# PROP Exclude_From_Build 1
 
1637
# End Source File
 
1638
# Begin Source File
 
1639
 
 
1640
SOURCE=.\src\Inventor\Qt\viewers\SoGuiPlaneViewerP.h
 
1641
# PROP Exclude_From_Build 1
 
1642
# End Source File
 
1643
# Begin Source File
 
1644
 
 
1645
SOURCE=.\src\soqtdefs.h
 
1646
# PROP Exclude_From_Build 1
 
1647
# End Source File
 
1648
# Begin Source File
 
1649
 
 
1650
SOURCE=.\src\config-debug.h
 
1651
# PROP Exclude_From_Build 1
 
1652
# End Source File
 
1653
# Begin Source File
 
1654
 
 
1655
SOURCE=.\src\config-release.h
 
1656
# PROP Exclude_From_Build 1
 
1657
# End Source File
 
1658
# Begin Source File
 
1659
 
 
1660
SOURCE=.\src\Inventor\Qt\devices\SoGuiDeviceP.h
 
1661
# PROP Exclude_From_Build 1
 
1662
# End Source File
 
1663
# Begin Source File
 
1664
 
 
1665
SOURCE=.\src\Inventor\Qt\devices\SoGuiInputFocusP.h
 
1666
# PROP Exclude_From_Build 1
 
1667
# End Source File
 
1668
# Begin Source File
 
1669
 
 
1670
SOURCE=.\src\Inventor\Qt\devices\SoGuiKeyboardP.h
 
1671
# PROP Exclude_From_Build 1
 
1672
# End Source File
 
1673
# Begin Source File
 
1674
 
 
1675
SOURCE=.\src\Inventor\Qt\devices\SoGuiMouseP.h
 
1676
# PROP Exclude_From_Build 1
 
1677
# End Source File
 
1678
# Begin Source File
 
1679
 
 
1680
SOURCE=.\src\Inventor\Qt\devices\SoGuiSpaceballP.h
 
1681
# PROP Exclude_From_Build 1
 
1682
# End Source File
 
1683
# Begin Source File
 
1684
 
 
1685
SOURCE=.\src\Inventor\Qt\engines\SoGuiEngines.h
 
1686
# PROP Exclude_From_Build 1
 
1687
# End Source File
 
1688
# Begin Source File
 
1689
 
 
1690
SOURCE=.\src\Inventor\Qt\engines\SoGuiFormat.h
 
1691
# PROP Exclude_From_Build 1
 
1692
# End Source File
 
1693
# Begin Source File
 
1694
 
 
1695
SOURCE=.\src\Inventor\Qt\engines\SoGuiRadioGroup.h
 
1696
# PROP Exclude_From_Build 1
 
1697
# End Source File
 
1698
# Begin Source File
 
1699
 
 
1700
SOURCE=.\src\Inventor\Qt\nodes\SoGuiClickCounter.h
 
1701
# PROP Exclude_From_Build 1
 
1702
# End Source File
 
1703
# Begin Source File
 
1704
 
 
1705
SOURCE=.\src\Inventor\Qt\nodes\SoGuiFrame.h
 
1706
# PROP Exclude_From_Build 1
 
1707
# End Source File
 
1708
# Begin Source File
 
1709
 
 
1710
SOURCE=.\src\Inventor\Qt\nodes\SoGuiImage.h
 
1711
# PROP Exclude_From_Build 1
 
1712
# End Source File
 
1713
# Begin Source File
 
1714
 
 
1715
SOURCE=.\src\Inventor\Qt\nodes\SoGuiLabel.h
 
1716
# PROP Exclude_From_Build 1
 
1717
# End Source File
 
1718
# Begin Source File
 
1719
 
 
1720
SOURCE=.\src\Inventor\Qt\nodes\SoGuiNodes.h
 
1721
# PROP Exclude_From_Build 1
 
1722
# End Source File
 
1723
# Begin Source File
 
1724
 
 
1725
SOURCE=.\src\Inventor\Qt\nodes\SoGuiPane.h
 
1726
# PROP Exclude_From_Build 1
 
1727
# End Source File
 
1728
# Begin Source File
 
1729
 
 
1730
SOURCE=.\src\Inventor\Qt\nodes\SoGuiPosition.h
 
1731
# PROP Exclude_From_Build 1
 
1732
# End Source File
 
1733
# Begin Source File
 
1734
 
 
1735
SOURCE=.\src\Inventor\Qt\nodes\SoGuiRadioButton.h
 
1736
# PROP Exclude_From_Build 1
 
1737
# End Source File
 
1738
# Begin Source File
 
1739
 
 
1740
SOURCE=.\src\Inventor\Qt\nodes\SoGuiSceneTexture2.h
 
1741
# PROP Exclude_From_Build 1
 
1742
# End Source File
 
1743
# Begin Source File
 
1744
 
 
1745
SOURCE=.\src\Inventor\Qt\nodes\SoGuiSlider1.h
 
1746
# PROP Exclude_From_Build 1
 
1747
# End Source File
 
1748
# Begin Source File
 
1749
 
 
1750
SOURCE=.\src\Inventor\Qt\nodes\SoGuiSlider2.h
 
1751
# PROP Exclude_From_Build 1
 
1752
# End Source File
 
1753
# Begin Source File
 
1754
 
 
1755
SOURCE=.\src\Inventor\Qt\nodes\SoGuiToggleButton.h
 
1756
# PROP Exclude_From_Build 1
 
1757
# End Source File
 
1758
# Begin Source File
 
1759
 
 
1760
SOURCE=.\src\Inventor\Qt\nodes\SoGuiTranslation.h
 
1761
# PROP Exclude_From_Build 1
 
1762
# End Source File
 
1763
# Begin Source File
 
1764
 
 
1765
SOURCE=.\src\Inventor\Qt\nodes\SoGuiViewpointWrapper.h
 
1766
# PROP Exclude_From_Build 1
 
1767
# End Source File
 
1768
# Begin Source File
 
1769
 
 
1770
SOURCE=.\src\Inventor\Qt\nodes\SoGuiViewportFix.h
 
1771
# PROP Exclude_From_Build 1
 
1772
# End Source File
 
1773
# Begin Source File
 
1774
 
 
1775
SOURCE=.\src\Inventor\Qt\SoGuiComponentP.h
 
1776
# PROP Exclude_From_Build 1
 
1777
# End Source File
 
1778
# Begin Source File
 
1779
 
 
1780
SOURCE=.\src\Inventor\Qt\SoGuiGLWidgetP.h
 
1781
# PROP Exclude_From_Build 1
 
1782
# End Source File
 
1783
# Begin Source File
 
1784
 
 
1785
SOURCE=.\src\Inventor\Qt\SoGuiP.h
 
1786
# PROP Exclude_From_Build 1
 
1787
# End Source File
 
1788
# Begin Source File
 
1789
 
 
1790
SOURCE=.\src\Inventor\Qt\viewers\SoGuiExaminerViewerP.h
 
1791
# PROP Exclude_From_Build 1
 
1792
# End Source File
 
1793
# Begin Source File
 
1794
 
 
1795
SOURCE=.\src\Inventor\Qt\viewers\SoGuiFullViewerP.h
 
1796
# PROP Exclude_From_Build 1
 
1797
# End Source File
 
1798
# Begin Source File
 
1799
 
 
1800
SOURCE=.\src\Inventor\Qt\viewers\SoGuiPlaneViewerP.h
 
1801
# PROP Exclude_From_Build 1
 
1802
# End Source File
 
1803
# Begin Source File
 
1804
 
 
1805
SOURCE=.\src\soqtdefs.h
 
1806
# PROP Exclude_From_Build 1
 
1807
# End Source File
 
1808
# Begin Source File
 
1809
 
 
1810
SOURCE=.\src\Inventor\Qt\moc_SoQtComponentP.icc
 
1811
# PROP Exclude_From_Build 1
 
1812
# End Source File
 
1813
# Begin Source File
 
1814
 
 
1815
SOURCE=.\src\Inventor\Qt\moc_SoQtGLWidgetP.icc
 
1816
# PROP Exclude_From_Build 1
 
1817
# End Source File
 
1818
# Begin Source File
 
1819
 
 
1820
SOURCE=.\src\Inventor\Qt\moc_SoQtP.icc
 
1821
# PROP Exclude_From_Build 1
 
1822
# End Source File
 
1823
# Begin Source File
 
1824
 
 
1825
SOURCE=.\src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc
 
1826
# PROP Exclude_From_Build 1
 
1827
# End Source File
 
1828
# Begin Source File
 
1829
 
 
1830
SOURCE=.\src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc
 
1831
# PROP Exclude_From_Build 1
 
1832
# End Source File
 
1833
# Begin Source File
 
1834
 
 
1835
SOURCE=.\src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc
 
1836
# PROP Exclude_From_Build 1
 
1837
# End Source File
 
1838
# Begin Source File
 
1839
 
 
1840
SOURCE=.\src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc
 
1841
# PROP Exclude_From_Build 1
 
1842
# End Source File
 
1843
# Begin Source File
 
1844
 
 
1845
SOURCE=.\src\Inventor\Qt\widgets\moc_SoQtGLArea.icc
 
1846
# PROP Exclude_From_Build 1
 
1847
# End Source File
 
1848
# Begin Source File
 
1849
 
 
1850
SOURCE=.\src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc
 
1851
# PROP Exclude_From_Build 1
 
1852
# End Source File
 
1853
# Begin Source File
 
1854
 
 
1855
SOURCE=.\src\Inventor\Qt\moc_SoQtComponentP.icc
 
1856
# PROP Exclude_From_Build 1
 
1857
# End Source File
 
1858
# Begin Source File
 
1859
 
 
1860
SOURCE=.\src\Inventor\Qt\moc_SoQtGLWidgetP.icc
 
1861
# PROP Exclude_From_Build 1
 
1862
# End Source File
 
1863
# Begin Source File
 
1864
 
 
1865
SOURCE=.\src\Inventor\Qt\moc_SoQtP.icc
 
1866
# PROP Exclude_From_Build 1
 
1867
# End Source File
 
1868
# Begin Source File
 
1869
 
 
1870
SOURCE=.\src\Inventor\Qt\viewers\moc_SoQtExaminerViewerP.icc
 
1871
# PROP Exclude_From_Build 1
 
1872
# End Source File
 
1873
# Begin Source File
 
1874
 
 
1875
SOURCE=.\src\Inventor\Qt\viewers\moc_SoQtFullViewerP.icc
 
1876
# PROP Exclude_From_Build 1
 
1877
# End Source File
 
1878
# Begin Source File
 
1879
 
 
1880
SOURCE=.\src\Inventor\Qt\viewers\moc_SoQtPlaneViewerP.icc
 
1881
# PROP Exclude_From_Build 1
 
1882
# End Source File
 
1883
# Begin Source File
 
1884
 
 
1885
SOURCE=.\src\Inventor\Qt\widgets\moc_QtNativePopupMenu.icc
 
1886
# PROP Exclude_From_Build 1
 
1887
# End Source File
 
1888
# Begin Source File
 
1889
 
 
1890
SOURCE=.\src\Inventor\Qt\widgets\moc_SoQtGLArea.icc
 
1891
# PROP Exclude_From_Build 1
 
1892
# End Source File
 
1893
# Begin Source File
 
1894
 
 
1895
SOURCE=.\src\Inventor\Qt\widgets\moc_SoQtThumbWheel.icc
 
1896
# PROP Exclude_From_Build 1
 
1897
# End Source File
 
1898
# End Group
 
1899
# End Target
 
1900
# End Project