Skip to content

Commit

Permalink
Issue #20513 - openrpt, csvimp, xtlib, and database are now submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Jun 6, 2013
1 parent fc93842 commit 51e14ba
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "openrpt"]
path = openrpt
url = https://github.com/mikerodonnell89/openrpt
[submodule "csvimp"]
path = csvimp
url = https://github.com/mikerodonnell89/csvimp
[submodule "xtlib"]
path = xtlib
url = https://github.com/mikerodonnell89/xtlib
1 change: 1 addition & 0 deletions csvimp
Submodule csvimp added at f91bc0
20 changes: 4 additions & 16 deletions global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@
# This is the relative directory path to the openrpt project.
#

exists(../../../openrpt) {
OPENRPT_DIR = ../../../openrpt
}
exists(../../openrpt) {
OPENRPT_DIR = ../../openrpt
}
exists(../openrpt) {
OPENRPT_DIR = ../openrpt
exists(openrpt) {
OPENRPT_DIR = openrpt
}

! exists($${OPENRPT_DIR}) {
Expand All @@ -37,14 +31,8 @@ exists($${OPENRPT_DIR}-build-desktop) {
OPENRPT_BLD = $${OPENRPT_DIR}-build-desktop
}

exists(../../../csvimp) {
CSVIMP_DIR = ../../../csvimp
}
exists(../../csvimp) {
CSVIMP_DIR = ../../csvimp
}
exists(../csvimp) {
CSVIMP_DIR = ../csvimp
exists(csvimp) {
CSVIMP_DIR = csvimp
}

! exists($${CSVIMP_DIR}) {
Expand Down
1 change: 1 addition & 0 deletions openrpt
Submodule openrpt added at 154154
1 change: 1 addition & 0 deletions xtlib
Submodule xtlib added at 00a8c1

0 comments on commit 51e14ba

Please sign in to comment.