summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/netsystemtime.pro
blob: 56f7f6cb7121ca24d4e410fa10628c21b70d7b19 (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 release 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 -lopie

TARGET		= systemtime

include ( $(OPIEDIR)/include.pro )