aboutsummaryrefslogtreecommitdiff
path: root/bitcoin.pro
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-05-09 20:44:46 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-05-09 20:44:46 +0200
commit13740b7ed168780657f986ed2c3c90240315df9f (patch)
tree8f3fa5e55b5b970f515b91a6fe83e2de367f51a9 /bitcoin.pro
parent1355cfe131e9bbaa209f79f7d9987a73b69285d3 (diff)
Use resource system
Diffstat (limited to 'bitcoin.pro')
-rw-r--r--bitcoin.pro9
1 files changed, 7 insertions, 2 deletions
diff --git a/bitcoin.pro b/bitcoin.pro
index 4f794ac693..b28b45f448 100644
--- a/bitcoin.pro
+++ b/bitcoin.pro
@@ -13,10 +13,15 @@ HEADERS += BitcoinGUI.h \
SendCoinsDialog.h \
SettingsDialog.h \
AddressBookDialog.h \
- AboutDialog.h
+ AboutDialog.h \
+ AddressTableModel.h
SOURCES += bitcoin.cpp BitcoinGUI.cpp \
TransactionTableModel.cpp \
SendCoinsDialog.cpp \
SettingsDialog.cpp \
AddressBookDialog.cpp \
- AboutDialog.cpp
+ AboutDialog.cpp \
+ AddressTableModel.cpp
+
+RESOURCES += \
+ bitcoin.qrc