Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Akabei core library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Akabei
Akabei core library
Commits
29907d9f
Commit
29907d9f
authored
Mar 11, 2010
by
Dario Freddi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable Wall (and add needed Qt Definitions)
Signed-off-by:
Dario Freddi
<
drf@kde.org
>
parent
8de5ff0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
lib/akabeivalidatorthread_p.cpp
lib/akabeivalidatorthread_p.cpp
+6
-0
No files found.
CMakeLists.txt
View file @
29907d9f
...
...
@@ -20,6 +20,8 @@ find_package(Qt4 REQUIRED)
find_package
(
Sqlite REQUIRED
)
find_package
(
LibArchive REQUIRED
)
add_definitions
(
${
QT_DEFINITIONS
}
-Wall
)
include_directories
(
${
QT_INCLUDES
}
${
LIBARCHIVE_INCLUDE_DIR
}
...
...
lib/akabeivalidatorthread_p.cpp
View file @
29907d9f
...
...
@@ -41,6 +41,11 @@ ValidatorThread::~ValidatorThread()
}
void
ValidatorThread
::
streamValidationProgress
(
int
)
{
}
QHash
<
QString
,
QString
>
ValidatorThread
::
versionedTargets
(
const
QStringList
&
targets
)
const
{
QHash
<
QString
,
QString
>
rethash
;
...
...
@@ -252,6 +257,7 @@ void ValidatorThread::processNextPhase()
if
(
!
unresolvableDeps
.
isEmpty
())
{
// failure.
// TODO: take action
return
;
}
...
...
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