brandon93s
2014-04-25 00:41:32 UTC
I have followed this tutorial: http://wiki.netbeans.org/Talk:HowToSetup64-BitQt5WithNetBeans7.4OnWindows
However, every time I try to add the "tools" I get the proverbial "No compiler sets were found in this directory".
qmake --version, gcc --version and make --version all work in cmd so the paths are set correctly (only when running cmd as admin).
qtbinpatcher verbose returns the following:
Code:
C:\windows\system32>cd C:\Developer\Qt64
C:\Developer\Qt64>qtbinpatcher.exe --verbose
QtBinaryPatcher v1.1.0. Tool for patching paths in Qt binaries.
(C) Yuri Krugloff, 2013. http://www.tver-soft.org
Parsed command line arguments:
--verbose
Path to new Qt directory: C:/Developer/Qt64
qmake command line: ""C:/Developer/Qt64/bin/qmake.exe" -query"
Parsed Qt variables:
QMAKE_SPEC = win32-g++
QMAKE_VERSION = 3.0
QMAKE_XSPEC = win32-g++
QT_HOST_BINS = C:/Developer/Qt64/bin
QT_HOST_DATA = C:/Developer/Qt64
QT_HOST_LIBS = C:/build/pkg/mingw-w64-x86_64-qt5/mingw64/lib
QT_HOST_PREFIX = C:/Developer/Qt64
QT_INSTALL_ARCHDATA = C:/Developer/Qt64
QT_INSTALL_BINS = C:/Developer/Qt64/bin
QT_INSTALL_CONFIGURATION =
QT_INSTALL_DATA = C:/Developer/Qt64
QT_INSTALL_DEMOS = C:/Developer/Qt64/examples
QT_INSTALL_DOCS = C:/Developer/Qt64/doc
QT_INSTALL_EXAMPLES = C:/Developer/Qt64/examples
QT_INSTALL_HEADERS = C:/Developer/Qt64/include
QT_INSTALL_IMPORTS = C:/Developer/Qt64/imports
QT_INSTALL_LIBEXECS = C:/Developer/Qt64/libexec
QT_INSTALL_LIBS = C:/Developer/Qt64/lib
QT_INSTALL_PLUGINS = C:/Developer/Qt64/plugins
QT_INSTALL_PREFIX = C:/Developer/Qt64
QT_INSTALL_QML = C:/Developer/Qt64/qml
QT_INSTALL_TESTS = C:/Developer/Qt64/tests
QT_INSTALL_TRANSLATIONS = C:/Developer/Qt64/translations
QT_SYSROOT =
QT_VERSION = 5.2.1
Using file lists for Qt version 5.
Path to old Qt directory: C:/Developer/Qt64
The new and the old pathes to Qt directory are the same. Patching not needed.
C:\Developer\Qt64>
I'm struggling to understand why netbeans can't find the tool collection. I've tried to select all of the files manually but I'm not that familiar with compilers.
Thanks!
However, every time I try to add the "tools" I get the proverbial "No compiler sets were found in this directory".
qmake --version, gcc --version and make --version all work in cmd so the paths are set correctly (only when running cmd as admin).
qtbinpatcher verbose returns the following:
Code:
C:\windows\system32>cd C:\Developer\Qt64
C:\Developer\Qt64>qtbinpatcher.exe --verbose
QtBinaryPatcher v1.1.0. Tool for patching paths in Qt binaries.
(C) Yuri Krugloff, 2013. http://www.tver-soft.org
Parsed command line arguments:
--verbose
Path to new Qt directory: C:/Developer/Qt64
qmake command line: ""C:/Developer/Qt64/bin/qmake.exe" -query"
Parsed Qt variables:
QMAKE_SPEC = win32-g++
QMAKE_VERSION = 3.0
QMAKE_XSPEC = win32-g++
QT_HOST_BINS = C:/Developer/Qt64/bin
QT_HOST_DATA = C:/Developer/Qt64
QT_HOST_LIBS = C:/build/pkg/mingw-w64-x86_64-qt5/mingw64/lib
QT_HOST_PREFIX = C:/Developer/Qt64
QT_INSTALL_ARCHDATA = C:/Developer/Qt64
QT_INSTALL_BINS = C:/Developer/Qt64/bin
QT_INSTALL_CONFIGURATION =
QT_INSTALL_DATA = C:/Developer/Qt64
QT_INSTALL_DEMOS = C:/Developer/Qt64/examples
QT_INSTALL_DOCS = C:/Developer/Qt64/doc
QT_INSTALL_EXAMPLES = C:/Developer/Qt64/examples
QT_INSTALL_HEADERS = C:/Developer/Qt64/include
QT_INSTALL_IMPORTS = C:/Developer/Qt64/imports
QT_INSTALL_LIBEXECS = C:/Developer/Qt64/libexec
QT_INSTALL_LIBS = C:/Developer/Qt64/lib
QT_INSTALL_PLUGINS = C:/Developer/Qt64/plugins
QT_INSTALL_PREFIX = C:/Developer/Qt64
QT_INSTALL_QML = C:/Developer/Qt64/qml
QT_INSTALL_TESTS = C:/Developer/Qt64/tests
QT_INSTALL_TRANSLATIONS = C:/Developer/Qt64/translations
QT_SYSROOT =
QT_VERSION = 5.2.1
Using file lists for Qt version 5.
Path to old Qt directory: C:/Developer/Qt64
The new and the old pathes to Qt directory are the same. Patching not needed.
C:\Developer\Qt64>
I'm struggling to understand why netbeans can't find the tool collection. I've tried to select all of the files manually but I'm not that familiar with compilers.
Thanks!