diff options
Diffstat (limited to 'client-qt/udm-client-qt/udm-client-qt.pro')
-rw-r--r-- | client-qt/udm-client-qt/udm-client-qt.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/client-qt/udm-client-qt/udm-client-qt.pro b/client-qt/udm-client-qt/udm-client-qt.pro new file mode 100644 index 0000000..ce81c93 --- /dev/null +++ b/client-qt/udm-client-qt/udm-client-qt.pro @@ -0,0 +1,18 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2015-03-19T03:37:05 +# +#------------------------------------------------- + +QT += core gui + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +TARGET = udm-client-qt +TEMPLATE = app + + +SOURCES += main.cpp\ + udm_main.cpp + +HEADERS += udm_main.h |