blob: a7fc512a7fd80b1209ca1d55915731787e94d03c (
plain)
1
2
3
4
5
6
7
8
9
10
|
CONFIG += qt quick-app
HEADERS = performancetest.h
SOURCES = main.cpp performancetest.cpp
INTERFACES = performancetestbase.ui
TARGET = performance
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lqte
include ( $(OPIEDIR)/include.pro )
|