Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Marco Bubke
flatpak-qt-creator
Commits
b220999b
Commit
b220999b
authored
Dec 08, 2008
by
Roberto Raggi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes: release build with compiling with CONFIG+=debug_and_release
parent
3163e13c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
src/qworkbench.pri
src/qworkbench.pri
+5
-7
No files found.
src/qworkbench.pri
View file @
b220999b
IDE_SOURCE_TREE = $$PWD/../
isEmpty(TEST) {
CONFIG(debug, debug|release)
{
isEmpty(TEST)
:CONFIG(debug, debug|release)
{
!debug_and_release|build_pass
{
TEST = 1
}
}
!isEmpty(TEST) {
equals(TEST, 1) {
equals(TEST, 1) {
QT +=testlib
DEFINES+=WITH_TESTS
}
DEFINES += WITH_TESTS
}
isEmpty(IDE_BUILD_TREE) {
...
...
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