summaryrefslogtreecommitdiff
path: root/development/performance/performance.pro
blob: 6cc4514fe7395d226b353192e7a71abde6cb8693 (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 )