summaryrefslogtreecommitdiff
path: root/noncore/settings/packagemanager/packagemanager.pro
blob: 55af13eca0badfa65872bddb53105000f7ef1ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CONFIG       = qt warn_on release quick-app
//TEMPLATE     = app
//CONFIG      += qte warn_on debug
//DESTDIR      = $(OPIEDIR)/bin

SOURCES      = opackage.cpp        \
               oconfitem.cpp       \
               oipkg.cpp           \
               oipkgconfigdlg.cpp  \
               opackagemanager.cpp \
               mainwindow.cpp      \
               installdlg.cpp      \
               packageinfodlg.cpp  \
               filterdlg.cpp       \
               promptdlg.cpp       \
               main.cpp
HEADERS      = opackage.h        \
               oconfitem.h       \
               oipkg.h           \
               oipkgconfigdlg.h  \
               opackagemanager.h \
               mainwindow.h      \
               installdlg.h      \
               packageinfodlg.h  \
               filterdlg.h       \
               promptdlg.h

DEFINES     += IPKG_LIB
DEFINES     += HAVE_MKDTEMP
TARGET       = packagemanager
INCLUDEPATH += $(OPIEDIR)/include $(IPKGDIR)
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopie -lipkg

include ( $(OPIEDIR)/include.pro )