AppleWin/source/frontends/qapple/qapple.pro
Andrea Odetti 1a75e9f0de And share the joystick with QApple.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00

38 lines
669 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2017-07-02T20:14:02
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qapple
TEMPLATE = app
SOURCES += main.cpp\
qapple.cpp \
qresources.cpp \
emulator.cpp \
video.cpp \
graphicscache.cpp
HEADERS += qapple.h \
emulator.h \
video.h \
graphicscache.h
FORMS += qapple.ui \
emulator.ui
RESOURCES += \
qapple.qrc
unix: LIBS += -L$$PWD/../../../ -lappleii
INCLUDEPATH += $$PWD/../../../source
DEPENDPATH += $$PWD/../../../source
unix: LIBS += -levdev