Is QtCreator 4.2.1 has bugs that not showing icons after adding file?
-
oh. the Version is macOS sierra
@laskdjlaskdj12
oh, well pro file look ok.
I can see the test_sourcefile so i see what you mean now.Are there any errors shown in compiler output when u ask it to run qmake?
-
@laskdjlaskdj12
oh, well pro file look ok.
I can see the test_sourcefile so i see what you mean now.Are there any errors shown in compiler output when u ask it to run qmake?
@mrjj no Error in compiler section
So it's so weird that Before using 4.2.0 couldn't find this issus.
-
@mrjj no Error in compiler section
So it's so weird that Before using 4.2.0 couldn't find this issus.
@laskdjlaskdj12
It does seems like bug. Im complete macOS noob so not sure
what to check next. You didnt upgrade Xcode, just QCreator ?I searched fast on
https://bugreports.qt.io/
but nothing spang to eye. -
This post is deleted!
-
@laskdjlaskdj12
It does seems like bug. Im complete macOS noob so not sure
what to check next. You didnt upgrade Xcode, just QCreator ?I searched fast on
https://bugreports.qt.io/
but nothing spang to eye.@mrjj i've upgrade all section of xcode and QtCreator and macOS version.
and check about two different device of MBP and they have this same issus.and already searching this issus in google and nothing reported this at least 2016
-
@mrjj no Error in compiler section
So it's so weird that Before using 4.2.0 couldn't find this issus.
@laskdjlaskdj12
Hi
You should chekc the kits if they show errors
http://doc.qt.io/qtcreator/creator-targets.htmlI think it might be something like
https://geonet.esri.com/thread/165647Also please list the version in use
XCode. Qt version and the MacOS version. (macOS sierra)
That will help when the mac programmers come online. -
@laskdjlaskdj12
Hi
You should chekc the kits if they show errors
http://doc.qt.io/qtcreator/creator-targets.htmlI think it might be something like
https://geonet.esri.com/thread/165647Also please list the version in use
XCode. Qt version and the MacOS version. (macOS sierra)
That will help when the mac programmers come online.@mrjj sorry that it's hard to say this can be useful answer to me because after macOS update in sierra ton of Errors appear before 5.7.1 versions.
and also All kits Configure is fine.
QtCreator 4.2.1
Qt 5.8.0
revision 7071b61e02
sierra 10.12.3
xcode 8.1 -
@laskdjlaskdj12
Hi
You should chekc the kits if they show errors
http://doc.qt.io/qtcreator/creator-targets.htmlI think it might be something like
https://geonet.esri.com/thread/165647Also please list the version in use
XCode. Qt version and the MacOS version. (macOS sierra)
That will help when the mac programmers come online.@mrjj and thankyou for kindness this problem
i'd so stressful of this bugs -
@mrjj and thankyou for kindness this problem
i'd so stressful of this bugs@laskdjlaskdj12
Dont worry. Most likely not something very bad.
I think its not parsing the .pro file. Not sure if it uses qmake for that too but
i assume. So it looks like its not re-parsing the file and hence nothing happens.Its strange however, there is no build errors and it sounds like the kits are all green too.
When you compile, in the compiler output, does it call the tools and look overall happy?
-
@laskdjlaskdj12
Dont worry. Most likely not something very bad.
I think its not parsing the .pro file. Not sure if it uses qmake for that too but
i assume. So it looks like its not re-parsing the file and hence nothing happens.Its strange however, there is no build errors and it sounds like the kits are all green too.
When you compile, in the compiler output, does it call the tools and look overall happy?
@mrjj yeah this is the log after compile picture project
Starting /Users//Desktop/QML tutorial/build-Test_Project_about_icons-Desktop_Qt_5_8_0_clang_64bit-Debug/Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons...
QML debugging is enabled. Only use this in a safe environment.
qml: Clicked on background. Text: "Enter some text..."
/Users//Desktop/QML tutorial/build-Test_Project_about_icons-Desktop_Qt_5_8_0_clang_64bit-Debug/Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons exited with code 0i guss QtCreator didn't hotloading anything.
-
@mrjj yeah this is the log after compile picture project
Starting /Users//Desktop/QML tutorial/build-Test_Project_about_icons-Desktop_Qt_5_8_0_clang_64bit-Debug/Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons...
QML debugging is enabled. Only use this in a safe environment.
qml: Clicked on background. Text: "Enter some text..."
/Users//Desktop/QML tutorial/build-Test_Project_about_icons-Desktop_Qt_5_8_0_clang_64bit-Debug/Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons exited with code 0i guss QtCreator didn't hotloading anything.
@laskdjlaskdj12
If you make error in
main.c
does it catch it ?like
int dummy <--- should complain about missing ; -
@mrjj yeah this is the log after compile picture project
Starting /Users//Desktop/QML tutorial/build-Test_Project_about_icons-Desktop_Qt_5_8_0_clang_64bit-Debug/Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons...
QML debugging is enabled. Only use this in a safe environment.
qml: Clicked on background. Text: "Enter some text..."
/Users//Desktop/QML tutorial/build-Test_Project_about_icons-Desktop_Qt_5_8_0_clang_64bit-Debug/Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons exited with code 0i guss QtCreator didn't hotloading anything.
@mrjj yeah catch syntes error and
/Users/***/Desktop/QML tutorial/Test_Project_about_icons/main.cpp:11: error: expected ';' after return statement
return app.exec()
^
; -
@mrjj yeah catch syntes error and
/Users/***/Desktop/QML tutorial/Test_Project_about_icons/main.cpp:11: error: expected ';' after return statement
return app.exec()
^
;So it really is alive. ( also hinted by all kits looking ok)
But it completely ignore any new file added it seems.
If you go to build menu and choose qmake
and then look in compiler output.for me it looks like
13:30:02: Starting: "C:\Qt\5.7\msvc2015\bin\qmake.exe" M:\dropbox_qtprojects\untitled28\untitled28.pro -spec win32-msvc2015 "CONFIG+=debug" "CONFIG+=qml_debug"
13:30:03: The process "C:\Qt\5.7\msvc2015\bin\qmake.exe" exited normally.How does it look for you ?
-
So it really is alive. ( also hinted by all kits looking ok)
But it completely ignore any new file added it seems.
If you go to build menu and choose qmake
and then look in compiler output.for me it looks like
13:30:02: Starting: "C:\Qt\5.7\msvc2015\bin\qmake.exe" M:\dropbox_qtprojects\untitled28\untitled28.pro -spec win32-msvc2015 "CONFIG+=debug" "CONFIG+=qml_debug"
13:30:03: The process "C:\Qt\5.7\msvc2015\bin\qmake.exe" exited normally.How does it look for you ?
21:34:58: Running steps for project Test_Project_about_icons...
21:34:58: Configuration unchanged, skipping qmake step.
21:34:58: Starting: "/usr/bin/make"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -g -std=gnu++11 -Wall -W -fPIC -DQT_DEPRECATED_WARNINGS -DQT_QML_DEBUG -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../Test_Project_about_icons -I. -I../../../Qt5.8.0/5.8/clang_64/lib/QtQuick.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtGui.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtQml.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtNetwork.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AGL.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/mkspecs/macx-clang -F/Users//Qt5.8.0/5.8/clang_64/lib -o main.o ../Test_Project_about_icons/main.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -stdlib=libc++ -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-rpath,/Users//Qt5.8.0/5.8/clang_64/lib -o Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons main.o test_sourcefile.o qrc_qml.o moc_test_sourcefile.o -F/Users/***/Qt5.8.0/5.8/clang_64/lib -framework QtQuick -framework QtQml -framework QtNetwork -framework QtCore -framework DiskArbitration -framework IOKit -framework QtGui -framework OpenGL -framework AGL
21:34:59: The process "/usr/bin/make" exited normally.
21:34:59: Elapsed time: 00:01. -
21:34:58: Running steps for project Test_Project_about_icons...
21:34:58: Configuration unchanged, skipping qmake step.
21:34:58: Starting: "/usr/bin/make"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -g -std=gnu++11 -Wall -W -fPIC -DQT_DEPRECATED_WARNINGS -DQT_QML_DEBUG -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../Test_Project_about_icons -I. -I../../../Qt5.8.0/5.8/clang_64/lib/QtQuick.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtGui.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtQml.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtNetwork.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AGL.framework/Headers -I../../../Qt5.8.0/5.8/clang_64/mkspecs/macx-clang -F/Users//Qt5.8.0/5.8/clang_64/lib -o main.o ../Test_Project_about_icons/main.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -stdlib=libc++ -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.9 -Wl,-rpath,/Users//Qt5.8.0/5.8/clang_64/lib -o Test_Project_about_icons.app/Contents/MacOS/Test_Project_about_icons main.o test_sourcefile.o qrc_qml.o moc_test_sourcefile.o -F/Users/***/Qt5.8.0/5.8/clang_64/lib -framework QtQuick -framework QtQml -framework QtNetwork -framework QtCore -framework DiskArbitration -framework IOKit -framework QtGui -framework OpenGL -framework AGL
21:34:59: The process "/usr/bin/make" exited normally.
21:34:59: Elapsed time: 00:01.@mrjj ignore about 5.6.2 android kit just lazy to remove that ..lol
-
Hi
It seems to me it it does run the moc tools on it
(moc_test_sourcefile) so its aware of it.So it is looking more and more as a bug in QCreator on macOS.
Give it a day or two. I will ask my favorite macOS person if he has heard of this.
-
Hi
It seems to me it it does run the moc tools on it
(moc_test_sourcefile) so its aware of it.So it is looking more and more as a bug in QCreator on macOS.
Give it a day or two. I will ask my favorite macOS person if he has heard of this.
@mrjj thank you mrijj
by the way is any recruit volunteer about QtCreator translation?
because i want to apply translation to Korean -
@mrjj thank you mrijj
by the way is any recruit volunteer about QtCreator translation?
because i want to apply translation to Korean@laskdjlaskdj12
Np.
Well all can add to the Qt project. Im not sure the path for new languages for Creator but
just make post here (in tools) and ask about how to submit then we will figure it out. :)
If you download source for Creator , the files are in
qt-creator\share\qtcreator\translations
You will need to use the Qt trans tools.
http://doc.qt.io/qt-5/internationalization.html -
@laskdjlaskdj12
Np.
Well all can add to the Qt project. Im not sure the path for new languages for Creator but
just make post here (in tools) and ask about how to submit then we will figure it out. :)
If you download source for Creator , the files are in
qt-creator\share\qtcreator\translations
You will need to use the Qt trans tools.
http://doc.qt.io/qt-5/internationalization.html@mrjj on.. okay tanks.. and i'll leave this not solved until this is figure it out.
-
@mrjj on.. okay tanks.. and i'll leave this not solved until this is figure it out.
@laskdjlaskdj12
Well it might end with you filing a bug report :)