diff options
author | Alex Borisov <b0ris@b0ris-universe.localdomain> | 2011-10-19 03:13:11 +0300 |
---|---|---|
committer | Alex Borisov <b0ris@b0ris-universe.localdomain> | 2011-10-19 03:13:11 +0300 |
commit | 4ac3da0fe4400b9109636143e8da53dbef6c3984 (patch) | |
tree | 71ca352b7f181c429ecc9929caaad8f9c5125d56 /client/client.pro | |
parent | b7c741ecba97c00d8f5ade3ea388fe42a4511b04 (diff) |
Main window mockup
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 |