Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
mimetypes-qt4 as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
pussbb committed Sep 14, 2012
1 parent c06a939 commit 08701b9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/bin/
/Makefile*
/build
*~
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "mimetypes-qt4"]
path = mimetypes-qt4
url = git://github.com/pasnox/mimetypes-qt4.git
4 changes: 2 additions & 2 deletions QodeEdit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEPENDPATH *= $${INCLUDEPATH}

greaterThan( QT_MAJOR_VERSION, 4 ) {
} else:greaterThan( QT_MAJOR_VERSION, 3 ) {
MIMETYPES_QT4_ROOT = ../mimetypes-qt4.git
MIMETYPES_QT4_ROOT = ./mimetypes-qt4

exists( $${MIMETYPES_QT4_ROOT} ) {
SOURCES_PATHS = $$getFolders( $${MIMETYPES_QT4_ROOT} )
Expand All @@ -49,7 +49,7 @@ greaterThan( QT_MAJOR_VERSION, 4 ) {
}
}

FORMS *=
FORMS *=

HEADERS *= \
src/QodeEdit.h \
Expand Down
1 change: 1 addition & 0 deletions mimetypes-qt4
Submodule mimetypes-qt4 added at 0c68b5

0 comments on commit 08701b9

Please sign in to comment.