RetroArch/ui/drivers/qt/wrapper/wrapper.pro

26 lines
630 B
Prolog
Raw Normal View History

2015-04-12 15:20:57 -04:00
TEMPLATE = lib
CONFIG += console
CONFIG -= app_bundle
#CONFIG -= qt
QT += qml quick widgets
SOURCES += \
wrapper.cpp
include(deployment.pri)
qtcAddDeployment()
HEADERS += \
wrapper.h
2015-08-31 19:28:14 -05:00
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../wimp/build/release/ -lwimp.dll
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../wimp/build/debug/ -lwimp.dll
else:unix: LIBS += -L$$PWD/../wimp/build/ -lwimp.dll
2015-04-12 15:20:57 -04:00
2015-08-31 19:28:14 -05:00
INCLUDEPATH += $$PWD/../wimp/build/release
DEPENDPATH += $$PWD/../wimp/build/release
INCLUDEPATH += $$PWD/../../../../
INCLUDEPATH += $$PWD/../../../../libretro-common/include/