Skip to content

Commit

Permalink
Cleanup in .pro files
Browse files Browse the repository at this point in the history
Removed unnecessary ':' characters.
  • Loading branch information
skyjake committed Oct 3, 2011
1 parent 2278d81 commit 5d73c2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doomsday/plugins/jdoom/jdoom.pro
Expand Up @@ -20,7 +20,7 @@ macx {

QMAKE_BUNDLE_DATA += gamedata
}
else: {
else {
INSTALLS += target gamedata

target.path = $$DENG_LIB_DIR
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/jdoom64/jdoom64.pro
Expand Up @@ -20,7 +20,7 @@ macx {

QMAKE_BUNDLE_DATA += gamedata
}
else: {
else {
INSTALLS += target gamedata

target.path = $$DENG_LIB_DIR
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/jheretic/jheretic.pro
Expand Up @@ -20,7 +20,7 @@ macx {

QMAKE_BUNDLE_DATA += gamedata
}
else: {
else {
INSTALLS += target gamedata

target.path = $$DENG_LIB_DIR
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/jhexen/jhexen.pro
Expand Up @@ -20,7 +20,7 @@ macx {

QMAKE_BUNDLE_DATA += gamedata
}
else: {
else {
INSTALLS += target gamedata

target.path = $$DENG_LIB_DIR
Expand Down

0 comments on commit 5d73c2c

Please sign in to comment.