2011-05-07 17:13:39 -03:00
|
|
|
######################################################################
|
|
|
|
# Automatically generated by qmake (2.01a) Sat May 7 20:45:42 2011
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
TARGET =
|
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += .
|
|
|
|
|
|
|
|
# Input
|
2011-05-08 10:30:10 -04:00
|
|
|
HEADERS += BitcoinGUI.h \
|
2011-05-08 16:23:31 -04:00
|
|
|
TransactionTableModel.h \
|
|
|
|
SendCoinsDialog.h \
|
|
|
|
SettingsDialog.h \
|
|
|
|
AddressBookDialog.h \
|
2011-05-09 14:44:46 -04:00
|
|
|
AboutDialog.h \
|
2011-05-12 03:40:40 -04:00
|
|
|
AddressTableModel.h \
|
|
|
|
OptionsDialog.h
|
2011-05-08 10:30:10 -04:00
|
|
|
SOURCES += bitcoin.cpp BitcoinGUI.cpp \
|
2011-05-08 16:23:31 -04:00
|
|
|
TransactionTableModel.cpp \
|
|
|
|
SendCoinsDialog.cpp \
|
|
|
|
SettingsDialog.cpp \
|
|
|
|
AddressBookDialog.cpp \
|
2011-05-09 14:44:46 -04:00
|
|
|
AboutDialog.cpp \
|
2011-05-12 03:40:40 -04:00
|
|
|
AddressTableModel.cpp \
|
|
|
|
OptionsDialog.cpp
|
2011-05-09 14:44:46 -04:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
bitcoin.qrc
|