summaryrefslogtreecommitdiff
path: root/development/performance/performance.pro
blob: ab3a51a3b9359e0d7e33be526df85504bfb0f2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE  = app
CONFIG    += qt warn_on release
#DESTDIR    = $(QPEDIR)/bin
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 )