diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-01 12:38:56 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-01 12:38:56 -0700 |
| commit | 50d710496dabcfe8d771483fcfe16d52953ec73c (patch) | |
| tree | 1a35f4366ed2bca93a2302356ffba8e1d6fa926a | |
| parent | Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring (diff) | |
| parent | fix DEPENDPATH in the project file, as json has no include sub-dir and src wa... (diff) | |
| download | discoin-50d710496dabcfe8d771483fcfe16d52953ec73c.tar.xz discoin-50d710496dabcfe8d771483fcfe16d52953ec73c.zip | |
Merge pull request #1176 from Diapolo/project-file
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
| -rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index a157f41e9..707c0dcc5 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -93,7 +93,7 @@ contains(BITCOIN_NEED_QT_PLUGINS, 1) { QMAKE_CXXFLAGS_WARN_ON = -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter # Input -DEPENDPATH += src/qt src src json/include +DEPENDPATH += src src/json src/qt HEADERS += src/qt/bitcoingui.h \ src/qt/transactiontablemodel.h \ src/qt/addresstablemodel.h \ |