This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-bb10/Goober.pro

16 lines
412 B
Prolog
Raw Permalink Normal View History

2016-09-22 23:21:20 +00:00
APP_NAME = Goober
CONFIG += qt warn_on cascades10
2016-11-05 00:39:28 +00:00
LIBS += -lbbdata -lbbsystem -lbb
2016-09-22 23:21:20 +00:00
QT += network
include(config.pri)
2017-11-05 14:46:43 +00:00
simulator {
INCLUDEPATH += $$quote($$BASEDIR/../bb-cascades-oauth/oauth)
DEPENDPATH += $$quote($$BASEDIR/../bb-cascades-oauth/oauth)
LIBS += -lkqoauth
LIBS += $$quote(-L$$BASEDIR/../bb-cascades-oauth/oauth/o-g)
PRE_TARGETDEPS += $$quote($$BASEDIR/../bb-cascades-oauth/oauth/o-g)
}