diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-03 22:50:51 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-03 22:50:51 +0200 |
commit | b59011f52c95d2f6ac19152641c418d9f0221b43 (patch) | |
tree | 7cd78cd8c47585bbb711bf7598df973ad2d5eadd /updater/updater.pro | |
parent | 2cb38f2d082f765d87f8a73b09957c3fd839afa0 (diff) |
Client updater app
Diffstat (limited to 'updater/updater.pro')
-rw-r--r-- | updater/updater.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/updater/updater.pro b/updater/updater.pro new file mode 100644 index 0000000..6321f56 --- /dev/null +++ b/updater/updater.pro @@ -0,0 +1,18 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Sat Dec 3 22:14:40 2011 +###################################################################### + +QMAKE_CXXFLAGS_DEBUG += -DDEBUG -g3 -ggdb -O0 +CONFIG += qt debug console warn_on + +QT = core gui + + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += Logger.h +SOURCES += main.cpp Logger.cpp |