summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/appearance2.pro
blob: ca5a4ec5039957b767e9d291a1f9e7f6770cce60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG    = qt warn_on release quick-app
HEADERS   = appearance.h editScheme.h sample.h
SOURCES   = appearance.cpp editScheme.cpp main.cpp sample.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += ../$(OPIEDIR)/include
LIBS            += -lqpe -lopie
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include

TARGET 		= appearance

include ( $(OPIEDIR)/include.pro )