Files
discoverpixy/emulator/qt/emulatorqt.pro

30 lines
479 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 \
ll_touch.cpp
HEADERS += \
mainwindow.h \
INCLUDEPATH+= ../../common/lowlevel/ \
../../common/touch/
FORMS += \
mainwindow.ui