-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Nokia contact email address with Qt Project website. Change-Id: Id689fdb78727abafba033bed7b0402e2cf27aba1 Reviewed-by: Jonas Gastal <[email protected]> Reviewed-by: Rohan McGovern <[email protected]>
- Loading branch information
Jason McDonald
authored and
Qt by Nokia
committed
Jan 23, 2012
1 parent
629d6ed
commit 7827c18
Showing
7 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,3 @@ You can do this by typing the following at the command line: | |
qmake -spec macx-xcode | ||
|
||
Then open the generated Xcode project in Xcode and build it. | ||
|
||
Feel free to send comments about the tutorial to [email protected]. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,5 +38,3 @@ You can do this by typing the following at the command line: | |
qmake -spec macx-xcode | ||
|
||
Then open the generated Xcode project in Xcode and build it. | ||
|
||
Feel free to send comments about the tutorial to [email protected]. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | ||
** | ||
** If you have questions regarding the use of this file, please contact | ||
** Nokia at qt-[email protected]. | ||
** us via http://www.qt-project.org/. | ||
** $QT_END_LICENSE$ | ||
** | ||
****************************************************************************/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,7 +262,7 @@ namespace QT_NAMESPACE {} | |
# define Q_OS_VXWORKS | ||
#elif defined(__MAKEDEPEND__) | ||
#else | ||
# error "Qt has not been ported to this OS - talk to qt-[email protected]" | ||
# error "Qt has not been ported to this OS - see http://www.qt-project.org/" | ||
#endif | ||
|
||
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) || defined(Q_OS_WINCE) | ||
|
@@ -751,7 +751,7 @@ namespace QT_NAMESPACE {} | |
# define Q_NO_USING_KEYWORD /* ### check "using" status */ | ||
|
||
#else | ||
# error "Qt has not been tested with this compiler - talk to qt-[email protected]" | ||
# error "Qt has not been tested with this compiler - see http://www.qt-project.org/" | ||
#endif | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,7 +131,7 @@ | |
# define __NR_inotify_rm_watch 286 | ||
# define __NR_inotify_init1 328 | ||
#else | ||
# error "This architecture is not supported. Please talk to qt-[email protected]" | ||
# error "This architecture is not supported. Please see http://www.qt-project.org/" | ||
#endif | ||
|
||
#if !defined(IN_CLOEXEC) && defined(O_CLOEXEC) && defined(__NR_inotify_init1) | ||
|