Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/palaeoware/SPIERS
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Oct 31, 2018
2 parents 58f343a + 5ab48d8 commit 88f26cd
Show file tree
Hide file tree
Showing 12 changed files with 679 additions and 2,578 deletions.
3 changes: 2 additions & 1 deletion SPIERSalign/SPIERSalign.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ CONFIG += qt \
release \
warn_on

RESOURCES += align.qrc
RESOURCES += align.qrc \
../SPIERScommon/licenseresource.qrc

UI_DIR = build

Expand Down
643 changes: 9 additions & 634 deletions SPIERSalign/src/about.cpp

Large diffs are not rendered by default.

630 changes: 630 additions & 0 deletions SPIERScommon/LicenseWithMarkup.txt

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions SPIERScommon/licenseresource.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/license">
<file alias="license">LicenseWithMarkup.txt</file>
</qresource>
</RCC>
3 changes: 2 additions & 1 deletion SPIERSedit/SPIERSedit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ CONFIG += warn_on \
qt \
thread \

RESOURCES = SPIERSedit.qrc
RESOURCES = SPIERSedit.qrc \
../SPIERScommon/licenseresource.qrc

UI_DIR += ui

Expand Down
2 changes: 1 addition & 1 deletion SPIERSedit/SPIERSedit.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/">
<qresource prefix="/license">
<file>resources/gplv3-127x51.png</file>
<file>resources/Built_with_Qt_RGB_logo.png</file>
<file>resources/palaeoware_logo_square.png</file>
Expand Down
680 changes: 9 additions & 671 deletions SPIERSedit/src/dialogaboutimpl.cpp

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion SPIERSutility/SPIERSversion/SPIERSversion.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ CONFIG += qt \
release \
warn_on

RESOURCES = version.qrc
RESOURCES = version.qrc \
../../SPIERScommon/licenseresource.qrc

DESTDIR \
+= \
Expand Down
642 changes: 8 additions & 634 deletions SPIERSutility/SPIERSversion/src/aboutdialog.cpp

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ CONFIG += qt \
release \
warn_on

RESOURCES = view.qrc
RESOURCES = view.qrc \
../SPIERScommon/licenseresource.qrc

DESTDIR \
+= \
Expand Down
641 changes: 8 additions & 633 deletions SPIERSview/src/aboutdialog.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SPIERSview/src/main.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef MAIN_H
#define MAIN_H

//COMMENT
#include <QApplication>
#include <QString>
#include <QEvent>
Expand Down

0 comments on commit 88f26cd

Please sign in to comment.