This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Class\{4D36E96C-E325-11CE-BFC1-08002BE10318}\0000\PinConfigOverrideVerbs] | |
"0000"=hex:f0,1c,27,01 | |
"0001"=hex:11,1d,27,01 | |
"0002"=hex:11,1e,27,01 | |
"0003"=hex:41,1f,27,01 | |
"0004"=hex:10,1c,47,01 | |
"0005"=hex:01,1d,47,01 | |
"0006"=hex:13,1e,47,01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<01271CF0 01271D11 01271E11 01271F41 01471C10 01471D01 01471E13 01471F99 01771CF0 01771D11 01771E11 01771F41 01871C20 01871D18 01871EA1 01871F04 01971C2F 01971D09 01971EA3 01971F99 01A71CF0 01A71D11 01A71E11 01A71F41 01B71CF0 01B71D11 01B71E11 01B71F41 01D71C2D 01D71D9A 01D71E07 01D71F40 01E71CF0 01E71D11 01E71E11 01E71F41 02171C1F 02171D10 02171E21 02171F04> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
liangqi@Liangs-MacBook-Air:~/qt/qt-creator$ git diff | |
diff --git a/dist/changes-2.6.0 b/dist/changes-2.6.0 | |
index 766cf26..6339306 100644 | |
--- a/dist/changes-2.6.0 | |
+++ b/dist/changes-2.6.0 | |
@@ -157,6 +157,9 @@ Remote Linux Support | |
Madde | |
* Removed generic MeeGo support due to complete irrelevance | |
+Translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm: /usr/local/Qt-5.0.1/lib/QtCore.framework/Versions/5/Headers: Directory not empty | |
rm: /usr/local/Qt-5.0.1/lib/QtCore.framework/Versions/5: Directory not empty | |
rm: /usr/local/Qt-5.0.1/lib/QtCore.framework/Versions: Directory not empty | |
rm: /usr/local/Qt-5.0.1/lib/QtCore.framework: Directory not empty | |
make[4]: *** [install_target] Error 1 | |
cp -f /Users/liangqi/qt/qtsdk/qt5_workdir/w/s/qtbase/include/QtCore/QStateMachine /usr/local/Qt-5.0.1/include/QtCore/ | |
make[3]: *** [release-install] Error 2 | |
make[3]: *** Waiting for unfinished jobs.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make -j1 | |
cd src/ && ( test -f Makefile || /Users/liangqi/build/qt5-liang-2/qtbase/bin/qmake /Users/liangqi/qt/qtdesktopcomponents/src/src.pro -o Makefile ) && make -f Makefile | |
cd controls/ && ( test -f Makefile || /Users/liangqi/build/qt5-liang-2/qtbase/bin/qmake /Users/liangqi/qt/qtdesktopcomponents/src/controls/controls.pro -o Makefile ) && make -f Makefile | |
WARNING: DESTDIR: Cannot access directory '/QtQuick/Controls' | |
clang++ -c -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -fPIC -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_PLUGIN -DQT_QUICK_LIB -DQT_QML_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/Users/liangqi/qt/qt5/qtbase/mkspecs/macx-clang -I/Users/liangqi/qt/qtdesktopcomponents/src/controls -I/Users/liangqi/build/qt5-liang-2/qtbase/inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
("Brush Script MT", "FZSongTi", "GB18030 Bitmap", "Hei", "Heiti SC", "Hiragino Sans GB", "Kai", "Kaiti SC", "Songti SC", "STFangsong", "STHeiti", "STKaiti", "STSong", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei Mono", "WenQuanYi Zen Hei Sharp", "Yuppy SC") | |
("Apple LiGothic", "Apple LiSung", "BiauKai", "Heiti TC", "LiHei Pro", "LiSong Pro", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei Mono", "WenQuanYi Zen Hei Sharp", "Yuppy TC") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -g -gdwarf-2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -Wall -W -fPIE -DQT_GUI_LIB -DQT_CORE_LIB -I../../qt/qt5-2/qtbase/mkspecs/macx-clang -I. -I. -I../../build/qt5-2/qtbase/include -I../../build/qt5-2/qtbase/include/QtGui -I../../build/qt5-2/qtbase/include/QtCore -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/AGL.framework/Headers -o main.o main.cpp | |
In file included from main.cpp:2: | |
In file included from ../../build/qt5-2/qtbase/include/QtConcurrent/QtConcurrent:7: | |
In file included from ../../build/qt5-2/qtbase/include/QtConcurrent/qtconcurrentfilter.h:1: | |
In file i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u a/Makefile b/Makefile | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -2,8 +2,8 @@ | |
CC?=gcc | |
CFLAGS?= -O2 -s | |
-INI_F?=$(DESTDIR)/usr/share/games/fairymax/fmax.ini | |
-INI_Q?=$(DESTDIR)/usr/share/games/fairymax/qmax.ini | |
+INI_F?=$(DESTDIR)/share/games/fairymax/fmax.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/liangqi/qt/qt5-2/qtbase/src/plugins/platforms/cocoa/qpaintengine_mac.mm:365:5: warning: 'CMProfileRef' is deprecated [-Wdeprecated-declarations] | |
CMProfileRef displayProfile = 0; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Headers/ColorSyncDeprecated.h:1002:41: note: | |
'CMProfileRef' declared here | |
typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER; | |
^ | |
/Users/liangqi/qt/qt5-2/qtbase/src/plugins/platforms/cocoa/qpaintengine_mac.mm:379:5: warning: 'CMError' is deprecated [-Wdeprecated-declarations] | |
CMError err = CMGetProfileByAVID((CMDisplayIDType)displayID, &displayProfile); | |
^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -f libdeclarative_location_debug.dylib | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -stdlib=libc++ -mmacosx-version-min=10.7 -single_module -dynamiclib -o libdeclarative_location_debug.dylib .obj/debug-shared/qdeclarativeposition.o .obj/debug-shared/location.o .obj/debug-shared/qdeclarativepositionsource.o .obj/debug-shared/qdeclarativecoordinate.o .obj/debug-shared/qdeclarativegeolocation.o .obj/debug-shared/qdeclarativegeomapitemview.o .obj/debug-shared/qdeclarativegeomapmouseevent.o .obj/debug-shared/qdeclarativegeomapmousearea.o .obj/debug-shared/qdeclarativegeoserviceprovider.o .obj/debug-shared/qdeclarativegeoaddress.o .obj/debug-shared/qdeclarativegeoshape.o .obj/debug-shared/qdeclarativegeorectangle.o .obj/debug-shared/qdeclarativegeocircle.o .obj/debug-shared/qdeclarativegeocodemodel.o .obj/debug-shared/qde |
OlderNewer