1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
QT += core gui widgets webenginewidgets testlib TARGET = inputmethods TEMPLATE = app SOURCES += \ colorpicker.cpp \ controlview.cpp \ main.cpp \ referenceview.cpp \ testview.cpp \ webview.cpp HEADERS += \ colorpicker.h \ controlview.h \ referenceview.h \ testview.h \ webview.h RESOURCES += \ test.qrc DISTFILES += \ testdata.csv