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
2017-11-05 06:46:43 -08:00

16 lines
412 B
INI

APP_NAME = Goober
CONFIG += qt warn_on cascades10
LIBS += -lbbdata -lbbsystem -lbb
QT += network
include(config.pri)
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)
}