diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro new file mode 100644 index 0000000..ef28c1a --- /dev/null +++ b/client/client.pro @@ -0,0 +1,12 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Wed Oct 19 03:05:59 2011 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += dialog.h +SOURCES += dialog.cpp main.cpp |