aboutsummaryrefslogtreecommitdiff
path: root/bitcoin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'bitcoin.pro')
-rw-r--r--bitcoin.pro12
1 files changed, 10 insertions, 2 deletions
diff --git a/bitcoin.pro b/bitcoin.pro
index 26a3216f4b..4f794ac693 100644
--- a/bitcoin.pro
+++ b/bitcoin.pro
@@ -9,6 +9,14 @@ INCLUDEPATH += .
# Input
HEADERS += BitcoinGUI.h \
- TransactionTableModel.h
+ TransactionTableModel.h \
+ SendCoinsDialog.h \
+ SettingsDialog.h \
+ AddressBookDialog.h \
+ AboutDialog.h
SOURCES += bitcoin.cpp BitcoinGUI.cpp \
- TransactionTableModel.cpp
+ TransactionTableModel.cpp \
+ SendCoinsDialog.cpp \
+ SettingsDialog.cpp \
+ AddressBookDialog.cpp \
+ AboutDialog.cpp