Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
i2MassChroQ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PAPPSO
i2MassChroQ
Commits
cd90afcd
Commit
cd90afcd
authored
7 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
xtpcpp (0.2.5-1) stretch
parent
3bea2267
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
src/CMakeLists.txt
+5
-5
5 additions, 5 deletions
src/CMakeLists.txt
src/gui/project_view/project_view.ui
+5
-1
5 additions, 1 deletion
src/gui/project_view/project_view.ui
with
18 additions
and
8 deletions
CMakeLists.txt
+
2
−
2
View file @
cd90afcd
...
...
@@ -33,7 +33,7 @@ ENDIF( CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo" )
set
(
CMAKE_CXX_STANDARD 14
)
#depending on libpappsomspp version :
SET
(
LIBPAPPSOMSPP_VERSION
"0.3.
0-3
"
)
SET
(
LIBPAPPSOMSPP_VERSION
"0.3.
1-1
"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
...
...
@@ -41,7 +41,7 @@ SET(SOFTWARE_NAME "XTPcpp")
SET
(
XTPCPP_VERSION_MAJOR
"0"
)
SET
(
XTPCPP_VERSION_MINOR
"2"
)
SET
(
XTPCPP_VERSION_PATCH
"
4
"
)
SET
(
XTPCPP_VERSION_PATCH
"
5
"
)
SET
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
cd90afcd
xtpcpp (0.2.5-1) stretch; urgency=medium
* search on msrun and scan, better individual mode, better widgets
-- Olivier Langella <olivier.langella@u-psud.fr> Wed, 10 Jan 2018 14:50:52 +0100
xtpcpp (0.2.4-1) stretch; urgency=medium
* new peptide widget
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
5
−
5
View file @
cd90afcd
...
...
@@ -27,12 +27,12 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Xml_EXECUTABLE_COMPILE_FLAGS} ${Qt5
#sudo apt-get install libpappsomspp-dev
#
FIND_PACKAGE( Pappsomspp REQUIRED )
SET
(
PAPPSOMSPP_DIR
"/home/olivier/eclipse/git/pappsomspp"
)
FIND_PACKAGE
(
Pappsomspp REQUIRED
)
#
SET (PAPPSOMSPP_DIR "/home/olivier/eclipse/git/pappsomspp")
# SET (PAPPSOMSPP_DIR "/home/langella/developpement/git/pappsomspp")
SET
(
PAPPSOMSPP_INCLUDE_DIR
"
${
PAPPSOMSPP_DIR
}
/src"
)
SET
(
PAPPSOMSPP_QT5_LIBRARY
"
${
PAPPSOMSPP_DIR
}
/cbuild/src/libpappsomspp-qt5.so"
)
SET
(
PAPPSOMSPP_WIDGET_QT5_LIBRARY
"
${
PAPPSOMSPP_DIR
}
/cbuild/src/pappsomspp/widget/libpappsomspp-widget-qt5.so"
)
#
SET (PAPPSOMSPP_INCLUDE_DIR "${PAPPSOMSPP_DIR}/src")
#
SET (PAPPSOMSPP_QT5_LIBRARY "${PAPPSOMSPP_DIR}/cbuild/src/libpappsomspp-qt5.so")
#
SET (PAPPSOMSPP_WIDGET_QT5_LIBRARY "${PAPPSOMSPP_DIR}/cbuild/src/pappsomspp/widget/libpappsomspp-widget-qt5.so")
# SET (PAPPSOMSPP_QT4_LIBRARY "${PAPPSOMSPP_DIR}/cbuild/src/libpappsomspp-qt4.so")
IF
(
PAPPSOMSPP_QT5_FOUND
)
ELSE
(
PAPPSOMSPP_QT5_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
src/gui/project_view/project_view.ui
+
5
−
1
View file @
cd90afcd
...
...
@@ -32,7 +32,11 @@
</attribute>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QComboBox"
name=
"identifications_combobox"
/>
<widget
class=
"QComboBox"
name=
"identifications_combobox"
>
<property
name=
"editable"
>
<bool>
false
</bool>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QWidget"
name=
"identifications_widget"
native=
"true"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment