mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 05:54:16 +00:00
23 lines
358 B
Prolog
23 lines
358 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2014-10-21T21:15:44
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += qml quick widgets
|
|
|
|
TARGET = wimp
|
|
TEMPLATE = lib
|
|
|
|
DEFINES += WIMP_LIBRARY
|
|
|
|
SOURCES += \
|
|
wimp.cpp
|
|
|
|
HEADERS +=\
|
|
wimp.h \
|
|
wimp_global.h
|
|
|
|
RESOURCES += \
|
|
qml.qrc
|