01d93ddb6cf75d8f235d985f91c456326f189bf3
[novacoin.git] / bitcoin.pro
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Sat May 7 20:45:42 2011
3 ######################################################################
4
5 TEMPLATE = app
6 TARGET = 
7 DEPENDPATH += .
8 INCLUDEPATH += .
9
10 # Input
11 HEADERS += BitcoinGUI.h \
12     TransactionTableModel.h \
13     AboutDialog.h \
14     AddressTableModel.h \
15     OptionsDialog.h \
16     MainOptionsPage.h \
17     SendCoinsDialog.h \
18     addressbookdialog.h
19 SOURCES += bitcoin.cpp BitcoinGUI.cpp \
20     TransactionTableModel.cpp \
21     AboutDialog.cpp \
22     AddressTableModel.cpp \
23     OptionsDialog.cpp \
24     MainOptionsPage.cpp \
25     SendCoinsDialog.cpp \
26     addressbookdialog.cpp
27
28 RESOURCES += \
29     bitcoin.qrc
30
31 FORMS += \
32     sendcoinsdialog.ui \
33     addressbookdialog.ui