-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcp-profiler.pro
41 lines (27 loc) · 957 Bytes
/
cp-profiler.pro
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
#-------------------------------------------------
#
# Project created by QtCreator 2014-03-28T15:13:15
#
#-------------------------------------------------
# Turn this on for "development mode" (see e.g. webscript.hh)
DEFINES += CP_PROFILER_DEVELOPMENT
QT += core gui network
# QT += webkitwidgets
# QT += webenginewidgets webchannel
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
QMAKE_CXXFLAGS += -g
CONFIG += c++11
macx: {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
LIBS += -lc++
QMAKE_CXXFLAGS += -stdlib=libc++
}
TARGET = cp-profiler
TEMPLATE = app
SOURCES += main_cpprofiler.cpp
include(cp-profiler.pri)
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../../../../../../usr/local/lib/release/
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../../../../../usr/local/lib/debug/
else:unix: LIBS += -L$$PWD/../../../../../../usr/local/lib/ -ldl
#CONFIG += link_pkgconfig
#PKGCONFIG += protobuf