|
|
|
@ -86,6 +86,9 @@ win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../plugins/ -laddressb
|
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../plugins/ -laddressbook
|
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../plugins/ -laddressbook
|
|
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../plugins/ -lcountryregister
|
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../plugins/ -lcountryregister
|
|
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/../addressbook/data
|
|
|
|
|
INCLUDEPATH += $$PWD/../addressbook
|
|
|
|
|
INCLUDEPATH += $$PWD/
|
|
|
|
|