FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tdesktop/Telegram/Packer.pro at master · NandoKstroNet/tdesktop · GitHub
NandoKstroNet
/
tdesktop
Public
forked from
telegramdesktop/tdesktop
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
tdesktop
/
Telegram
/
Packer.pro
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (34 loc) · 1.03 KB
Breadcrumbs
tdesktop
/
Telegram
/
Packer.pro
Copy path
File metadata and controls
42 lines (34 loc) · 1.03 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
QT
+=
core
CONFIG
(
debug
,
debug
|
release
) {
DEFINES
+=
_DEBUG
OBJECTS_DIR
=
./../DebugIntermediatePacker
MOC_DIR
=
./GeneratedFiles/Debug
DESTDIR
=
./../Debug
}
CONFIG
(
release
,
debug
|
release
) {
OBJECTS_DIR
=
./../ReleaseIntermediatePacker
MOC_DIR
=
./GeneratedFiles/Release
DESTDIR
=
./../Release
}
macx {
QMAKE_INFO_PLIST
=
./SourceFiles/_other/Packer.plist
QMAKE_LFLAGS
+=
-framework
Cocoa
}
SOURCES
+=
\
./SourceFiles/_other/packer.cpp
\
HEADERS
+=
\
./SourceFiles/_other/packer.h
\
unix
{
linux-g++:
QMAKE_TARGET
.arch =
$$QMAKE_HOST
.arch
linux-g++-32:
QMAKE_TARGET
.arch =
x86
linux-g++-64:
QMAKE_TARGET
.arch =
x86_64
contains
(
QMAKE_TARGET.arch, x86_64
) {
DEFINES
+=
Q_OS_LINUX64
} else {
DEFINES
+=
Q_OS_LINUX32
}
}
INCLUDEPATH
+=
./../../Libraries/QtStatic/qtbase/include/QtGui/5.3.1/QtGui
\
./../../Libraries/QtStatic/qtbase/include/QtCore/5.3.1/QtCore
\
./../../Libraries/QtStatic/qtbase/include
LIBS
+=
-lcrypto
-lssl
-lz
-llzma
Back
|
FazBrowse Home
|
New Git URL