mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 11:22:58 +00:00
13 lines
211 B
Text
13 lines
211 B
Text
![]() |
SOURCES += \
|
||
|
chiptester/chiptester.cpp \
|
||
|
chiptester/chip.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
chiptester/chiptester.h \
|
||
|
chiptester/chip.h
|
||
|
|
||
|
RESOURCES += \
|
||
|
chiptester/images.qrc
|
||
|
|
||
|
contains(QT_CONFIG, opengl) QT += opengl
|