diff --git a/app.pro b/app.pro index 4570be3..1683219 100644 --- a/app.pro +++ b/app.pro @@ -1,3 +1,5 @@ +include(nanomap.pri) + TARGET = NanoMap TEMPLATE = app diff --git a/monav/contractionhierarchies/contractionhierarchiesclient.pro b/monav/contractionhierarchies/contractionhierarchiesclient.pro index 81b4284..194018f 100644 --- a/monav/contractionhierarchies/contractionhierarchiesclient.pro +++ b/monav/contractionhierarchies/contractionhierarchiesclient.pro @@ -1,3 +1,5 @@ +include(../../nanomap.pri) + TEMPLATE = lib CONFIG += plugin #CONFIG += debug diff --git a/monav/gpsgrid/gpsgridclient.pro b/monav/gpsgrid/gpsgridclient.pro index 4d26c13..90a1947 100644 --- a/monav/gpsgrid/gpsgridclient.pro +++ b/monav/gpsgrid/gpsgridclient.pro @@ -4,6 +4,8 @@ # #------------------------------------------------- +include(../../nanomap.pri) + TEMPLATE = lib CONFIG += plugin #CONFIG += debug diff --git a/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro b/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro index e60d838..002b64c 100644 --- a/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro +++ b/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro @@ -4,6 +4,8 @@ # #------------------------------------------------- +include(../../nanomap.pri) + DESTDIR = .. TEMPLATE = lib CONFIG += plugin diff --git a/nanomap.pri b/nanomap.pri new file mode 100644 index 0000000..e69de29