Giter Site home page Giter Site logo

qt-msvc-installer's People

Watchers

 avatar  avatar

qt-msvc-installer's Issues

Does not work with QtCreator

It works fine with MSVC as expected, but not Creator because of some
hardcoded paths that do not exist on my machine.

What steps will reproduce the problem?
1. Install package
2. Launch QtCreator and create a simple project
3. Build project

What do you see instead?
Starting: C:/Qt/4.5.2/bin/qmake.exe
C:/Users/daniel/Documents/CreatorTest/CreatorTest.pro -spec
E:/Build/Qt/SourceWin32/qt-win-opensource-src-4.5.2/mkspecs/win32-msvc2008 -r 
Failure to read QMAKESPEC conf file
e:/Build/Qt/SourceWin32/qt-win-opensource-src-4.5.2/mkspecs/win32-msvc2008\qmake
.conf.
Error processing project file:
C:/Users/daniel/Documents/CreatorTest/CreatorTest.pro
Exited with code 3.
Error while building project CreatorTest
When executing build step 'QMake'

Please provide any additional information below.
There is no 'e' drive on my machine (vista). Where is this coming from?

Original issue reported on code.google.com by [email protected] on 16 Aug 2009 at 4:00

QtOpenGL module bug in Qt 4.6.3

More info: http://labs.trolltech.com/blogs/2010/07/06/doh/
Patch: 
http://labs.trolltech.com/blogs/wp-content/uploads/2010/07/dc_leak_patch1.txt

Original issue reported on code.google.com by [email protected] on 7 Jul 2010 at 10:37

SVG not supported

Hi,
Thank you to support Qt with VS2008. That's really useful.

I unfortunately have a problem with the graphic formats.
The QImageReader::supportedImageFormats() function returns bmp, pbm, pgm, png, 
ppm, xbm and xpm.

So no SVG ( or JPG ).

As a comparaison, the VS2010 officially supported version ( still 4.8.4 ) 
returns bmp, gif, ico, jpeg, jpg, mng, pbm, pgm, png, ppm, svg, svgz, tga, tif, 
tiff, xbm and xpm.

It also lacks the qm translation files. But I could generate myself using 
lrelease translations.pro

Original issue reported on code.google.com by [email protected] on 20 May 2013 at 2:05

Some qml demos do not work from the main demo program

What steps will reproduce the problem?
1.Install qt-win64-opensource-4.8.1-noqt3-vs2008.exe
2.
3.

What is the expected output? What do you see instead?

Some qml demos do not start from the main demo program. They do start from the 
qmlviewer. (e.g. samegame.exe)

What version of the product are you using? On what operating system?
Windows 7 x64

Please provide any additional information below.

The 32 bit installer from qt.nokia.com works fine in this point.

Original issue reported on code.google.com by [email protected] on 9 Apr 2012 at 9:13

qt-win32-opensource-4.7.1-noqt3-vs2008.exe is incomplete

What steps will reproduce the problem?
1. Try to download qt-win32-opensource-4.7.1-noqt3-vs2008.exe by click
http://code.google.com/p/qt-msvc-installer/downloads/detail?name=qt-win32-openso
urce-4.7.1-noqt3-vs2008.exe&can=2&q=

What is the expected output? What do you see instead?
Only able to down a file of size 70.5MB. Installing it encountered the message 
"the setup files are corrupted. Please obtain a new copy of the program."

What version of the product are you using? On what operating system?
qt-win32-opensource-4.7.1-noqt3-vs2008.exe
on Windows7 64bit or 32bit.

thanks for fixing.

Original issue reported on code.google.com by [email protected] on 7 Dec 2010 at 8:37

Installation relocation is broken

Hi there, I have just installed the 
qt-win64-opensource-patched-4.6.3-vs2008.exe under Windows 7 x64 and I cannot 
get it use the installation directory; it insists on using C:\Qt\4.6.3_x64.  I 
did not have this issue with previous non-patched versions.

I have tried setting:
1) Setting %QTDIR% and adding %QTDIR%\bin to %PATH%.
2) Installing the ...\bin\qt.conf file.
3) Setting qmake 'persistent properties'.  qmake -query shows both the values I 
set and the hardcoded values.

Was this issue introduced by the 'patch'?

Cheers,
Andy

Original issue reported on code.google.com by [email protected] on 3 Sep 2010 at 12:54

Looks like requesting 400MB per file is now possible

I'm a long time fan of this project and as a keen Google Code user, I've been 
keeping a look out for the file limit issue that Google Code has.

Apparently they've been giving bigger bumps to file sizes, where the latest 
I've seen was to 400MB per file! Here's two examples:
 * https://groups.google.com/forum/?fromgroups=#!topic/google-code-hosting/tppHS6wmZx4
 * https://groups.google.com/forum/?fromgroups=#!topic/google-code-hosting/ooKmD1nY_kw

The issue is that the upload process may be a bit tricky, since big files still 
aren't very well supported.
Either way, you might want to send an email to the google-code-hosting group 
and request a bump in file size for this project as well.

Original issue reported on code.google.com by [email protected] on 24 Dec 2012 at 12:59

QListData::detach_grow() is missing from QtCored4.dll in 4.6.3

What steps will reproduce the problem?
1. Try a very basic Qt application
#include <QtGui/QApplication>
int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    return a.exec();
}
2. build it with either qt-win32-opensource-patched-4.6.3-vs2008.exe or 
qt-win32-opensource-patched-4.6.3-noqt3-vs2008.exe.
3. run the application.

What is the expected output? What do you see instead?
An error message box saying:
"The procedure entry point
?detach_grow@QListData@@QAEPAUData@1@PAHH@Z could not be located in the dynamic 
link library QtCored4.dll."

The same error happens to QtCore4.dll.

What version of the product are you using? On what operating system?
Qt 4.6.3 with or without Qt3 support with Visual Studio 2008 on Windows7 32bit. 

Please provide any additional information below.
However when building such application with Qt 4.7.1 with or without Qt3 
support with Visual Studio 2008 exhibits no error.

Original issue reported on code.google.com by [email protected] on 21 Dec 2010 at 7:09

Thank you very much for providing the MSVC installer.

Thank you very much for developing and supporting the msvc version of Qt4. It 
saves me and my friends a lot of time in corporate and private field!

Steps to reproduce:
1. Download the installer
2. Install
3. Use

I hope that this ticket will serve as a reminder ;)

Yours sincerely
 -- Dmitri Bachtin

Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 7:13

Error installing qt-win64-opensource-4.8.2-noqt3-vs2008

What steps will reproduce the problem?
1. Download qt-win64-opensource-4.8.2-noqt3-vs2008 (all pieces)
2. Run installer
3. Click through next using default options

What is the expected output? What do you see instead?

Instead of a working installer, I get an error message:

Error:
C:\Qt\4.8.1_x64\.LICENSE-ALLOS
An error occurred while trying to read the source file:
The source file is corrupted.

Click Retry to try again, Ignore to skip this file (not recommended), or Abort 
to cancel installation.

What version of the product are you using? On what operating system?

Win64, 4.8.2 NoQt3, VS2008.  Windows 7 Enterprise x64 SP1

Please provide any additional information below.

From the error message, I think it's a simple string substitution error.  I'm 
installing 4.8.2, but the installer seems to be looking for 4.8.1.

Original issue reported on code.google.com by [email protected] on 20 Jul 2012 at 5:22

Attachments:

WindowsCE binaries

Hi all, thanks for Win binaries.
Would be possible to include in builds also WindowsCE5/6 binaries?
Thanks.

Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 6:59

Installers for Qt 4.6.3

Qt 4.6.3 is released: http://qt.nokia.com/about/news/nokia-releases-qt-4.6.3
Updated installers would be appreciated.

Original issue reported on code.google.com by [email protected] on 13 Jun 2010 at 3:12

C++ Redistributable x64

Hey everyone, 
I am having some problems with debug libraries on versions 4.8.1_x64 and 
4.8.2_x64 on 64-bit windows.

Debug linking to these libraries causes my applications to not start. Something 
along the lines of "The application has failed to start because its 
side-by-side configuration is incorrect. Please see the application event log 
or use the command-line sxstrace.exe tool for more detail." (note: linking to 
the release libraries produces no errors and things run smoothly). 

After a bit of searching, it seems that this is causes by not having the 
correct runtime libraries installed. I tried 2008 
(http://www.microsoft.com/en-us/download/details.aspx?id=16771) and 2008 SP1 
(http://www.microsoft.com/en-us/download/details.aspx?id=2092), but kept 
getting the same error. 

Any suggestions?, Can you guys let me know which runtimes did you guys use?


Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 9:56

Qt 64bit ODBC plugin - new one

Does the current 64bit have ODBC plugin?
The comments in Issue 2 indicates that we've already had MySQL and OCI plugin 
available, but what about the ODBC plugin? Do I have to rebuild the whole 
library to enable ODBC plugin?

Original issue reported on code.google.com by [email protected] on 15 Jan 2011 at 12:39

Some cleaned files are part of original source

If you install and the compare the file list against the official Qt SDK, you 
will find some files that were part of the original source distribution are no 
longer present. These are mainly some 3rd party Makefiles in the src/3rdparty 
folder.

I have my own clean script that I use for Qt MinGW compiled Qt builds.
It does a more thorough clean and tries to keep some files that were in the 
original source distribution. It is attached for reference. It is based on Qt 
4.7.0 Beta 2. Maybe you can adapt your clean script with some of the commands 
used in my script.

Original issue reported on code.google.com by [email protected] on 25 Jul 2010 at 12:11

Attachments:

Files created by installer are missing when executing installer on system with vs2010

What steps will reproduce the problem?

1. Install qt-win64-opensource-4.7.1-noqt3-vs2008.exe


What is the expected output? What do you see instead?

Files that should be created by installer (INSTALL_DIR/QtVars.bat 
INSTALL_DIR/QtCommandPrompt.bat, INSTALL_DIR/bin/qt.conf) are missing. The line 
QMAKE_INCDIR += "." which according to 
http://code.google.com/p/qt-msvc-installer/wiki/RelocationTricks is being added 
to mkspecs/win32-msvc2008/qmake.conf is not there.


What version of the product are you using? On what operating system?

Vista Home Premium x64 with vs2010 installed and _no_ vs2008 installed.

Original issue reported on code.google.com by [email protected] on 16 Jan 2011 at 11:53

Please consider doing a build with mysql,psql,odbc,oracle support

For the TOra project (tora.sf.net) windows binary build, we're having to
maintain our own build of Qt libs to enable the DB plugins and MSVC
support. Ran across your project which looks like exactly what we need, but
alas, no DB plugins other than SQLite appear to be enabled.

Would you consider doing a build with support for the various DB platforms
that QT will support? Since they are plugins, I would assume that there
should not be any direct dependency issues unless someone chooses to use
those plugins - at which point, the DB-specific libraries would need to
have been installed.

Original issue reported on code.google.com by [email protected] on 16 Aug 2009 at 6:38

Visual Studio 2010

Visual C++ 2010 has been already launched, are there plans to support VS2010?

Original issue reported on code.google.com by [email protected] on 19 Apr 2010 at 9:07

moc path in makefile generated by qmake

I have installed "qt-win32-opensource-4.5.2-vs2008.exe"
open a command console and execute "QtVars.bat"
Now I try to compil a simple test program : 
  qmake
  nmake release
What steps will reproduce the problem?

1. I have installed "qt-win32-opensource-4.5.2-vs2008.exe"
2. open a command console and execute "QtVars.bat"
3. qmake
4. nmake release

What is the expected output? What do you see instead?

The compilation fails because "moc" does not work.
In makefile, moc command path is not correct :

release\moc_mainwindow.cpp: mainwindow.h
    C:/Qt/msvc-4.5.2/bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1500 -DWIN32
mainwindow.h -o release\moc_mainwindow.cpp

'\' should be used instead of '/' !





Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 3:14

VS2010?

Any plans to support VS2010?

Original issue reported on code.google.com by [email protected] on 20 Sep 2009 at 12:13

The system cannot find the path specified when calling vcvars on 64-bit Windows

What steps will reproduce the problem?
1. Install
2. Run Qt 4.7.2 command prompt

What is the expected output? What do you see instead?

----- It should be -----

Setting QMAKESPEC to win32-msvc2008
Setting QTDIR environment variable to C:\Qt\4.7.2_x64
Putting Qt\bin in the current PATH environment variable.
Setting environment for using Microsoft Visual Studio 2008 Beta2 x64 cross tools
.
All done...

----- Instead I see -----

Setting QMAKESPEC to win32-msvc2008
Setting QTDIR environment variable to C:\Qt\4.7.2_x64
Putting Qt\bin in the current PATH environment variable.
The system cannot find the path specified.
All done...

What version of the product are you using? On what operating system?
qt-win64-opensource-4.7.2-noqt3-vs2008.exe on Windows 7 x64.

Please provide any additional information below.

C:\Qt\4.7.2_x64\QtVars.bat seems to hard code in the location of Visual Studio 
2008 to:

C:\Program Files\Microsoft Visual Studio 9.0

whereas on a 64-bit machine, it should be:

C:\Program Files (x86)\Microsoft Visual Studio 9.0

A simple fix would be to first check %PROCESSOR_ARCHITECTURE% to see if it's 
AMD64 and if so, use %ProgramFiles(x86)% (and use %ProgramFiles% on 32-bit 
platforms instead of hard coding in the path).

Original issue reported on code.google.com by [email protected] on 7 Oct 2011 at 11:15

xr-qt-msvc - new version - new problem

problems
1. Example build in the project don't work - PF000016 error - Pre build 
rules. Did the faq.
2. Started a new project "Hello World" = same error

Don't know , are there any differences building on express , standard , 
professional or team suit Visual Studio 2008 ?? Have 3 machines and  std 
and pro and team suit. Tested on pro and std. SP 1 patch.




Original issue reported on code.google.com by [email protected] on 26 Dec 2009 at 12:08

VS2008 SP1?

Do you plan to add an installer for VS2008 SP1? This would be a real value
add over the RTM only installer on the Qt site.

Thanks,

Henry

Original issue reported on code.google.com by [email protected] on 12 May 2010 at 11:59

Qt Creator 64-bit build

I think it would be very useful if a 64-bit build of Qt Creator is also
available for 64-bit debugging support.

Original issue reported on code.google.com by [email protected] on 1 Jun 2010 at 2:16

Qt Win 32 4.8.3 PDB files

I'm searching the Internet for Qt Release PDB files and bumped into this page. 
I see you already added pdb files for Qt 4.7.1, Qt 4.8.4. 

So could you give greater generosity issuing Qt-Win32-4.8.3-NoQt3-pdb.zip ? 

I am so in need of it and really appreciate it!

Thanks,

Tad.

Original issue reported on code.google.com by [email protected] on 25 Dec 2013 at 3:48

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.