forked from TeamKami/KamiCmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.pri
More file actions
27 lines (26 loc) · 738 Bytes
/
config.pri
File metadata and controls
27 lines (26 loc) · 738 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
26
27
CONFIG += qt thread #wwwidgets
CONFIG(debug, debug|release)
{
contains(TEMPLATE, vclib) | contains(TEMPLATE, lib) {
DESTDIR = $${Root}/debug/Modules
} else {
DESTDIR = $${Root}/debug
}
# LIBS += "$$[QT_INSTALL_BINS]/wwwidgets4d.lib"
}
CONFIG(release, debug|release)
{
contains(TEMPLATE, vclib) | contains(TEMPLATE, lib) {
macx {
DESTDIR = $${Root}/release/KamiCmd.app/Contents/MacOS
}
else {
DESTDIR = $${Root}/release/Modules
}
} else {
DESTDIR = $${Root}/release
}
# LIBS += "$$[QT_INSTALL_BINS]/wwwidgets4.lib"
}
INCLUDEPATH += \ #$${Root}/3rdparty/wwWidgets/include \
$${Root}/src