-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompiled header proposal #5
base: master
Are you sure you want to change the base?
Conversation
…mpiled_header_proposal
Conflicts: __init__.py
…ofx/sconsProject into precompiled_header_proposal
… precompiled_header_proposal
… precompiled_header_proposal
… precompiled_header_proposal
…ofx/sconsProject into precompiled_header_proposal
… precompiled_header_proposal
…ofx/sconsProject into precompiled_header_proposal
… precompiled_header_proposal
…ofx/sconsProject into precompiled_header_proposal
…ofx/sconsProject into precompiled_header_proposal
Conflicts: __init__.py
… precompiled_header_proposal Conflicts: __init__.py
* deal with "path too long" issues (disabled until it works) * qt.py updated solving moc.exe that generates too long include paths * qt.py updated to deal with translations
…ofx/sconsProject into precompiled_header_proposal
… precompiled_header_proposal
…ofx/sconsProject into precompiled_header_proposal
Ok, I am taking your notes in consideration, I will try to fix that as soon I am using this branch every weeks without any issues, but concerning the Thank you for your reading. 2013/6/18 Fabien Castan [email protected]
*Eloi du Bois |
Thanks ! |
Ok, I'll test asap. |
… precompiled_header_proposal
…ofx/sconsProject into precompiled_header_proposal
* added comments for win32 commands spawn * added comments for qt.py include simplifier
* Fixed issue with qt5 on MACOSX using framework: library where added with -lQtCore and -framework QtCore * Fixed issue with qt5 that was making modules dependencies wrongly added * Fixed issue with poco libraries
…ofx/sconsProject into precompiled_header_proposal
…s useful when cross-compiling (eg. android). * name of the option: SHLIBSUFFIX
…ul for android compilation)
… precompiled_header_proposal Conflicts: __init__.py
@@ -270,6 +293,10 @@ def generate(env): | |||
QT_MOCCXXPREFIX = '', | |||
QT_MOCCXXSUFFIX = '.moc', | |||
QT_UISUFFIX = '.ui', | |||
QT4_LUPDATE = os.path.join('$QT_BINPATH','lupdate'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is common for Qt3, Qt4 and Qt5.
So the name should be QT_LUPDATE instead of QT4_LUPDATE, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe, yes, this needs more tests.
That's something I can try today.
2014-05-09 14:15 GMT+02:00 Fabien Castan [email protected]:
In tools/qt.py:
@@ -270,6 +293,10 @@ def generate(env):
QT_MOCCXXPREFIX = '',
QT_MOCCXXSUFFIX = '.moc',
QT_UISUFFIX = '.ui',
QT4_LUPDATE = os.path.join('$QT_BINPATH','lupdate'),
This file is common for Qt4 and Qt5.
So the name should be QT_LUPDATE instead of QT4_LUPDATE, no?—
Reply to this email directly or view it on GitHubhttps://github.com//pull/5/files#r12472829
.
No description provided.