-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.pri
67 lines (59 loc) · 2.09 KB
/
config.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Auto-generated by IDE. All changes by user will be lost!
# Created at 1/20/13 5:13 PM
BASEDIR = $$_PRO_FILE_PWD_
INCLUDEPATH += \
$$BASEDIR/src/oauth \
$$BASEDIR/src
SOURCES += \
$$BASEDIR/src/AbstractObjectBase.cpp \
$$BASEDIR/src/ApiResponse.cpp \
$$BASEDIR/src/ApiResponseObjectFactory.cpp \
$$BASEDIR/src/HomeLayout.cpp \
$$BASEDIR/src/LoginLayout.cpp \
$$BASEDIR/src/RequestEnvelope.cpp \
$$BASEDIR/src/ResponseMeta.cpp \
$$BASEDIR/src/Tweet.cpp \
$$BASEDIR/src/Twitter.cpp \
$$BASEDIR/src/TwitterApi.cpp \
$$BASEDIR/src/User.cpp \
$$BASEDIR/src/oauth/kqoauth2request.cpp \
$$BASEDIR/src/oauth/kqoauthauthreplyserver.cpp \
$$BASEDIR/src/oauth/kqoauthmanager.cpp \
$$BASEDIR/src/oauth/kqoauthrequest.cpp \
$$BASEDIR/src/oauth/kqoauthrequest_1.cpp \
$$BASEDIR/src/oauth/kqoauthrequest_xauth.cpp \
$$BASEDIR/src/oauth/kqoauthutils.cpp \
$$BASEDIR/src/twittermain.cpp
HEADERS += \
$$BASEDIR/src/AbstractObjectBase.h \
$$BASEDIR/src/ApiResponse.h \
$$BASEDIR/src/ApiResponseObjectFactory.h \
$$BASEDIR/src/HomeLayout.h \
$$BASEDIR/src/LoginLayout.h \
$$BASEDIR/src/RequestEnvelope.h \
$$BASEDIR/src/ResponseMeta.h \
$$BASEDIR/src/Tweet.h \
$$BASEDIR/src/Twitter.hpp \
$$BASEDIR/src/TwitterApi.h \
$$BASEDIR/src/User.h \
$$BASEDIR/src/oauth/kqoauth2request.h \
$$BASEDIR/src/oauth/kqoauth2request_p.h \
$$BASEDIR/src/oauth/kqoauthauthreplyserver.h \
$$BASEDIR/src/oauth/kqoauthauthreplyserver_p.h \
$$BASEDIR/src/oauth/kqoauthglobals.h \
$$BASEDIR/src/oauth/kqoauthmanager.h \
$$BASEDIR/src/oauth/kqoauthmanager_p.h \
$$BASEDIR/src/oauth/kqoauthrequest.h \
$$BASEDIR/src/oauth/kqoauthrequest_1.h \
$$BASEDIR/src/oauth/kqoauthrequest_p.h \
$$BASEDIR/src/oauth/kqoauthrequest_xauth.h \
$$BASEDIR/src/oauth/kqoauthrequest_xauth_p.h \
$$BASEDIR/src/oauth/kqoauthutils.h
CONFIG += precompile_header
PRECOMPILED_HEADER = $$BASEDIR/precompiled.h
lupdate_inclusion {
SOURCES += \
$$BASEDIR/../assets/*.qml
}
TRANSLATIONS = \
$${TARGET}.ts