Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
9bb8d2b3
Commit
9bb8d2b3
authored
Dec 02, 2020
by
Filippo Rusconi
Browse files
New upstream version 2.2.23
parent
da27128f
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9bb8d2b3
build
src/config.h
templates/share/applications/masschroq-gui.desktop
templates/share/applications/masschroq-studio.desktop
.project
*~
src/config.h
0 → 100644
View file @
9bb8d2b3
#ifndef _CONFIG_H
#define _CONFIG_H
#define SOFTWARE_NAME "MassChroQ"
#define MASSCHROQ_VERSION "2.2.23"
#define MASSCHROQ_XSD "masschroq-2.2.xsd"
#define MASSCHROQ_SCHEMA_VERSION "2.2"
#define MASSCHROQ_SCHEMA_FILE \
":/resources/schema/masschroq-2.2.xsd"
/* #undef MASSCHROQ_ICON */
#define QT_V_4_5 0x040500
#define QT_V_4_6 0x040600
#include
<QDebug>
#include
"mcq_types.h"
#endif
/* _CONFIG_H */
templates/share/applications/masschroq-gui.desktop
0 → 100644
View file @
9bb8d2b3
[Desktop Entry]
Name=MassChroQ GUI 2.2.23
Categories=Education;Science;Math;
Comment=MassChroQ GUI launcher
Exec=masschroq_gui %U
Icon=/usr/local/share/masschroq/masschroq.svg
Terminal=false
Type=Application
StartupNotify=true
templates/share/applications/masschroq-studio.desktop
0 → 100644
View file @
9bb8d2b3
[Desktop Entry]
Name=MassChroQ Studio 2.2.23
Categories=Education;Science;Math;
Comment=MassChroQ parameters editor
Exec=masschroq_studio %U
Icon=/usr/local/share/masschroq/masschroq.svg
Terminal=false
Type=Application
StartupNotify=true
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment