summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
blob: d76ae39df8bd302e37dd4d08f71438566ca59f30 (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
37
38
39
40
CONFIG        = qt warn_on  quick-app
HEADERS        = global.h \
          mainwin.h \
          datamgr.h \
          settingsimpl.h \
          ipkg.h \
          packagewin.h \
          package.h \
          installdlgimpl.h \
          instoptionsimpl.h \
          destination.h \
          utils.h \
          server.h \
          letterpushbutton.h \
          inputdlg.h \
          categoryfilterimpl.h
SOURCES        = mainwin.cpp \
          datamgr.cpp \
          mem.cpp \
          settingsimpl.cpp \
          ipkg.cpp \
          main.cpp \
          packagewin.cpp \
          package.cpp \
          installdlgimpl.cpp \
          instoptionsimpl.cpp \
          destination.cpp \
          utils.cpp \
          server.cpp \
          letterpushbutton.cpp \
          inputdlg.cpp \
          version.cpp \
          categoryfilterimpl.cpp
TARGET        = aqpkg
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS        += -lqpe -lopiecore2 -lopieui2 

include ( $(OPIEDIR)/include.pro )