Files
discoverpixy/emulator/qt/emulatorqt.pro

28 lines
426 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2015-04-02T22:09:26
#
#-------------------------------------------------
QT += widgets gui
TARGET = emulatorqt
TEMPLATE = lib
CONFIG += staticlib
SOURCES += \
mainwindow.cpp \
main.cpp \
ll_tft.cpp \
ll_system.cpp
HEADERS += \
mainwindow.h \
INCLUDEPATH+= ../../common/lowlevel/
FORMS += \
mainwindow.ui