Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Okteta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Utilities
Okteta
Commits
1d5f5a66
Commit
1d5f5a66
authored
Dec 23, 2013
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use QT_USE_QSTRINGBUILDER instead of QT_USE_FAST_OPERATOR_PLUS+QT_USE_FAST_CONCATENATION
parent
422b3d44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CMakeLists.txt
CMakeLists.txt
+1
-2
kasten/controllers/test/jsparsertest.cpp
kasten/controllers/test/jsparsertest.cpp
+4
-0
No files found.
CMakeLists.txt
View file @
1d5f5a66
...
...
@@ -58,8 +58,7 @@ if (OKTETA_MOBILE_UI)
endif
(
OKTETA_MOBILE_UI
)
add_definitions
(
-DQT_USE_FAST_CONCATENATION
-DQT_USE_FAST_OPERATOR_PLUS
-DQT_USE_QSTRINGBUILDER
)
# switch between no cast to/from ascii and a warning about it
if
(
KDE4_ASCII_CAST
)
...
...
kasten/controllers/test/jsparsertest.cpp
View file @
1d5f5a66
...
...
@@ -17,6 +17,10 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
// TODO: find better way to work-around simple name creation for QTest::newRow
#undef QT_USE_QSTRINGBUILDER
#include <QtTest/QtTest>
#include <QScriptEngine>
#include <KGlobal>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment