-
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathhmac.pro
More file actions
25 lines (22 loc) · 547 Bytes
/
Copy pathhmac.pro
File metadata and controls
25 lines (22 loc) · 547 Bytes
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
TARGET = hmac
CONFIG += console testcase
CONFIG -= app_bundle
QT += network sql qml testlib
QT -= gui
DEFINES += TF_DLL
CONFIG += c++20
windows:QMAKE_CXXFLAGS += /Zc:__cplusplus /std:c++20
windows {
INCLUDEPATH += $$quote($$(TFDIR)\\include)
LIBS += -L$$quote($$(TFDIR)\\bin)
CONFIG(debug, debug|release) {
LIBS += -ltreefrogd2
} else {
LIBS += -ltreefrog2
}
} else {
unix:LIBS += -Wl,-rpath,. -Wl,-rpath,/usr/lib -L/usr/lib -ltreefrog
unix:INCLUDEPATH += /usr/include/treefrog
linux-*:LIBS += -lrt
}
SOURCES = main.cpp