forked from organicmaps/organicmaps
Do not build skin_generator if it is map_designer for a device
This commit is contained in:
parent
75780d4aa4
commit
286698f479
1 changed files with 1 additions and 1 deletions
2
omim.pro
2
omim.pro
|
@ -57,7 +57,7 @@ CONFIG(desktop) {
|
|||
SUBDIRS += qt
|
||||
}
|
||||
|
||||
CONFIG(map_designer) {
|
||||
CONFIG(map_designer):CONFIG(desktop) {
|
||||
SUBDIRS += skin_generator
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue