-
Notifications
You must be signed in to change notification settings - Fork 0
/
Base.pri
34 lines (32 loc) · 1.02 KB
/
Base.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
QT += qml quick core sql network xml positioning
windows{
message(Compilacao para Windows)
ProjetosFolder=C:/Projetos
OutputFolder=$$ProjetosFolder/Builds/Output
}
android{
message(Compilacao para Android)
ProjetosFolder=C:/Projetos
QT+=androidextras
OutputFolder=$$ProjetosFolder/Builds/Output
}
ios{
ProjetosFolder=/Users/tezine/Documents/Projetos
QTPLUGIN= qavfcamera
OutputFolder=/Users/tezine/Documents/Projetos/Builds/Output
}
macx{
ProjetosFolder=/Users/tezine/Projetos
OutputFolder=$$ProjetosFolder/Builds/Output
}
CppLibFolder=$$ProjetosFolder/Libs/CppLib
DESTDIR=$$OutputFolder
INCLUDEPATH+=$$CppLibFolder \
$$CppLibFolder/data \
$$CppLibFolder/entities \
$$CppLibFolder/json \
$$CppLibFolder/jsonrpc \
$$CppLibFolder/net \
$$CppLibFolder/platform \
$$CppLibFolder/sql \
$$CppLibFolder/qml