diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-05-07 22:13:39 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-05-07 22:13:39 +0200 |
commit | aaa1c3c4001d4931299d674ef4146d8201dae634 (patch) | |
tree | 615551684c7ece09272db223dd6e5a89ec453100 /bitcoin.pro |
initial commit
Diffstat (limited to 'bitcoin.pro')
-rw-r--r-- | bitcoin.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bitcoin.pro b/bitcoin.pro new file mode 100644 index 0000000000..ab440fab85 --- /dev/null +++ b/bitcoin.pro @@ -0,0 +1,12 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Sat May 7 20:45:42 2011 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += BitcoinGUI.h +SOURCES += bitcoin.cpp BitcoinGUI.cpp |