Changeset 43 for projectionDesigner


Ignore:
Timestamp:
May 19, 2010, 9:22:57 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
projectionDesigner/tag/ProjectionDesigner_1.1.5
Files:
2 deleted
19 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/CHANGES

    r2 r43  
    3333
    3434Miscellaneous:
    35 - compiled against Qt 4.5.1
     35- compiled against Qt 4.6.2
    3636
    3737Knowing Issues:
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/projdesigner.vcproj

    r42 r43  
    7676                                IgnoreImportLibrary="true"
    7777                                AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
    78                                 AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib $(QTDIR)\lib\qtmaind.lib glut32.lib projdesigner_default.lib $(QTDIR)\lib\QtXmld4.lib $(QTDIR)\lib\QtOpenGLd4.lib $(QTDIR)\lib\QtGuid4.lib $(QTDIR)\lib\QtNetworkd4.lib $(QTDIR)\lib\QtCored4.lib"
    79                                 OutputFile="..\bin\projdesignerd.exe"
     78                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmaind.lib glut32D.lib projdesigner_defaultd.lib QtXmld4.lib QtOpenGLd4.lib QtGuid4.lib QtNetworkd4.lib QtCored4.lib"
     79                                OutputFile="..\bin\x86\projdesignerd.exe"
    8080                                SuppressStartupBanner="true"
    81                                 AdditionalLibraryDirectories=""$(QTDIR)\lib";../projdesignerplugins/defaultplugin;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
     81                                AdditionalLibraryDirectories=""$(QTDIR)\lib";../projdesignerplugins/defaultplugin/x86;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
    8282                                GenerateDebugInformation="true"
    8383                                ProgramDatabaseFile=""
     
    169169                                IgnoreImportLibrary="true"
    170170                                AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
    171                                 AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib $(QTDIR)\lib\qtmain.lib glut32.lib projdesigner_default.lib $(QTDIR)\lib\QtXml4.lib $(QTDIR)\lib\QtOpenGL4.lib $(QTDIR)\lib\QtGui4.lib $(QTDIR)\lib\QtNetwork4.lib $(QTDIR)\lib\QtCore4.lib"
    172                                 OutputFile="..\bin\projdesigner.exe"
     171                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmain.lib glut32.lib projdesigner_default.lib QtXml4.lib QtOpenGL4.lib QtGui4.lib QtNetwork4.lib QtCore4.lib"
     172                                OutputFile="..\bin\x86\projdesigner.exe"
    173173                                LinkIncremental="1"
    174174                                SuppressStartupBanner="true"
    175                                 AdditionalLibraryDirectories=""$(QTDIR)\lib";../projdesignerplugins/defaultplugin;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
     175                                AdditionalLibraryDirectories=""$(QTDIR)\lib";../projdesignerplugins/defaultplugin\x86;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
    176176                                GenerateDebugInformation="false"
    177177                                ProgramDatabaseFile=""
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qchannelmanagerwidget.h

    r42 r43  
    22** Form generated from reading UI file 'qchannelmanagerwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:35:08 2010
     4** Created: Wed 19. May 08:46:49 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qchannelwidget.h

    r42 r43  
    22** Form generated from reading UI file 'qchannelwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:35:08 2010
     4** Created: Wed 19. May 08:46:49 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qclientwindow.h

    r42 r43  
    22** Form generated from reading UI file 'qclientwindow.ui'
    33**
    4 ** Created: Wed 19. May 08:35:27 2010
     4** Created: Wed 19. May 08:46:56 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qdesignviewwindow.h

    r42 r43  
    22** Form generated from reading UI file 'qdesignviewwindow.ui'
    33**
    4 ** Created: Wed 19. May 08:35:26 2010
     4** Created: Wed 19. May 08:46:53 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qpanelwidget.h

    r42 r43  
    22** Form generated from reading UI file 'qpanelwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:35:08 2010
     4** Created: Wed 19. May 08:46:49 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qpreferencedialog.h

    r42 r43  
    22** Form generated from reading UI file 'qpreferencedialog.ui'
    33**
    4 ** Created: Wed 19. May 08:35:05 2010
     4** Created: Wed 19. May 08:46:47 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qprojectionmatrixwidget.h

    r42 r43  
    22** Form generated from reading UI file 'qprojectionmatrixwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:35:03 2010
     4** Created: Wed 19. May 08:46:45 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qscenewidget.h

    r42 r43  
    22** Form generated from reading UI file 'qscenewidget.ui'
    33**
    4 ** Created: Wed 19. May 08:34:59 2010
     4** Created: Wed 19. May 08:46:41 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qscreenwidget.h

    r42 r43  
    22** Form generated from reading UI file 'qscreenwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:34:56 2010
     4** Created: Wed 19. May 08:46:39 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qsetupdialog.h

    r42 r43  
    22** Form generated from reading UI file 'qsetupdialog.ui'
    33**
    4 ** Created: Wed 19. May 08:35:26 2010
     4** Created: Wed 19. May 08:47:06 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qtransformmatrixwidget.h

    r42 r43  
    22** Form generated from reading UI file 'qtransformmatrixwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:34:54 2010
     4** Created: Wed 19. May 08:46:37 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/projdesigner_default.vcproj

    r42 r43  
    4646                                Name="VCCLCompilerTool"
    4747                                AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
    48                                 Optimization="4"
     48                                Optimization="0"
    4949                                AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include\QtOpenGL";"$(QTDIR)\include\QtXml";"$(QTDIR)\include";..\..;"$(QTDIR)\include\ActiveQt";debug;.;"$(QTDIR)\mkspecs\win32-msvc2005";"D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6""
    5050                                PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_STATICPLUGIN,QT_PLUGIN,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
     
    7575                        <Tool
    7676                                Name="VCLibrarianTool"
    77                                 OutputFile=".\projdesigner_default.lib"
     77                                OutputFile=".\x86\projdesigner_defaultd.lib"
    7878                                SuppressStartupBanner="true"
    7979                        />
     
    153153                        <Tool
    154154                                Name="VCLibrarianTool"
    155                                 OutputFile=".\projdesigner_default.lib"
     155                                OutputFile=".\x86\projdesigner_default.lib"
    156156                                SuppressStartupBanner="true"
    157157                        />
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultcubemapscenewidget.h

    r42 r43  
    22** Form generated from reading UI file 'defaultcubemapscenewidget.ui'
    33**
    4 ** Created: Wed 19. May 08:22:27 2010
     4** Created: Wed 19. May 08:54:46 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultemptyscenewidget.h

    r42 r43  
    22** Form generated from reading UI file 'defaultemptyscenewidget.ui'
    33**
    4 ** Created: Wed 19. May 08:22:26 2010
     4** Created: Wed 19. May 08:54:45 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultmodelscenewidget.h

    r42 r43  
    22** Form generated from reading UI file 'defaultmodelscenewidget.ui'
    33**
    4 ** Created: Wed 19. May 08:22:26 2010
     4** Created: Wed 19. May 08:54:45 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultprojectorwidget.h

    r42 r43  
    22** Form generated from reading UI file 'defaultprojectorwidget.ui'
    33**
    4 ** Created: Wed 19. May 08:22:26 2010
     4** Created: Wed 19. May 08:54:43 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultteapotscenewidget.h

    r42 r43  
    22** Form generated from reading UI file 'defaultteapotscenewidget.ui'
    33**
    4 ** Created: Wed 19. May 08:22:26 2010
     4** Created: Wed 19. May 08:54:41 2010
    55**      by: Qt User Interface Compiler version 4.6.2
    66**
Note: See TracChangeset for help on using the changeset viewer.