Skip to content

Commit

Permalink
Fix custom plist definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nebliodev committed Jan 22, 2020
1 parent 85cc2bb commit 48c6b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neblio-wallet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ CONFIG += ordered

SUBDIRS += wallet

mac {
QMAKE_INFO_PLIST = wallet/qt/res/Info.plist
}

#NEBLIO_CONFIG += Tests

contains( NEBLIO_CONFIG, Tests ) {
Expand Down
4 changes: 4 additions & 0 deletions wallet/wallet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ NEBLIO_ROOT = $${PWD}/../

VPATH += $${NEBLIO_ROOT}/wallet/ $${NEBLIO_ROOT}/wallet/json $${NEBLIO_ROOT}/wallet/qt

mac {
QMAKE_INFO_PLIST = $${NEBLIO_ROOT}/wallet/qt/res/Info.plist
}


# use: qmake "NEBLIO_REST=1"
contains(NEBLIO_REST, 1) {
Expand Down

0 comments on commit 48c6b42

Please sign in to comment.