summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/netsystemtime.pro
blob: 109684ebeb800e34dd68f97e68fc416a13472958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CONFIG        = qt warn_on  quick-app
HEADERS        = mainwindow.h          \
                timetabwidget.h     \
                formattabwidget.h   \
                settingstabwidget.h \
                predicttabwidget.h  \
                ntptabwidget.h
SOURCES        = main.cpp                \
                mainwindow.cpp        \
                timetabwidget.cpp     \
                formattabwidget.cpp   \
                settingstabwidget.cpp \
                predicttabwidget.cpp  \
                ntptabwidget.cpp
INCLUDEPATH    += $(OPIEDIR)/include
DEPENDPATH    += $(OPIEDIR)/include
LIBS        += -lqpe -lopiecore2 -lopieui2

TARGET        = systemtime

include( $(OPIEDIR)/include.pro )