OSDN Git Service

Merge remote-tracking branch 'origin/master'
[memma/Source.git] / CommandoJikkyouSennyou.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-08-02T23:22:56
4 #
5 #-------------------------------------------------
6 # CommandoJikkyouSennyou - Commando Jikkyou Sennyou Client for twitter for Qt.
7 #
8 # Author: amayav (vamayav@yahoo.co.jp)
9 #
10 #
11 #  CommandoJikkyouSennyou is free software: you can redistribute it and/or modify
12 #  it under the terms of the GNU Lesser General Public License as published by
13 #  the Free Software Foundation, either version 3 of the License, or
14 #  (at your option) any later version.
15 #
16 #  CommandoJikkyouSennyou is distributed in the hope that it will be useful,
17 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
18 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 #  GNU Lesser General Public License for more details.
20 #
21 #  You should have received a copy of the GNU Lesser General Public License
22 #  along with CommandoJikkyouSennyou.  If not, see <http://www.gnu.org/licenses/>.
23 #
24 QT       += core gui network
25
26 TARGET = CommandoJikkyouSennyou
27 TEMPLATE = app
28 RC_FILE = icon.rc
29 OBJECTS_DIR = temp
30 MOC_DIR = temp
31
32 SOURCES += main.cpp\
33     widget.cpp \
34     extrapushbutton.cpp \
35     widgetdomain.cpp \
36     latesttweetsfortime.cpp
37
38 HEADERS  += \
39     widget.h \
40     extrapushbutton.h \
41     picojson.h \
42     widgetdomain.h \
43     latesttweetsfortime.h
44 FORMS    += \
45     widget.ui
46
47 CONFIG += kqoauth
48
49 unix:!symbian|win32: LIBS += \
50     $$PWD/kqoauth-kqoauth/lib/libkqoauth0.a \
51     $$PWD/kqoauth-kqoauth/libd/libkqoauthd0.a
52
53 INCLUDEPATH += \
54     $$PWD/kqoauth-kqoauth/src \
55     $$PWD/kqoauth-kqoauth/include
56 DEPENDPATH += \
57     $$PWD/kqoauth-kqoauth/src \
58     $$PWD/kqoauth-kqoauth/include
59
60 OTHER_FILES += \
61     README