summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/aqpkg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index b69bae4..fc1f53d 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -2,15 +2,13 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = global.h \ 3 HEADERS = global.h \
4 mainwin.h \ 4 mainwin.h \
5 datamgr.h \ 5 datamgr.h \
6 settingsimpl.h \ 6 settingsimpl.h \
7 ipkg.h \ 7 ipkg.h \
8 networkpkgmgr.h \
9 package.h \ 8 package.h \
10 progresswidget.h \
11 installdlgimpl.h \ 9 installdlgimpl.h \
12 instoptionsimpl.h \ 10 instoptionsimpl.h \
13 destination.h \ 11 destination.h \
14 utils.h \ 12 utils.h \
15 server.h \ 13 server.h \
16 helpwindow.h \ 14 helpwindow.h \
@@ -19,16 +17,14 @@ HEADERS = global.h \
19 categoryfilterimpl.h 17 categoryfilterimpl.h
20 SOURCES = mainwin.cpp \ 18 SOURCES = mainwin.cpp \
21 datamgr.cpp \ 19 datamgr.cpp \
22 mem.cpp \ 20 mem.cpp \
23 settingsimpl.cpp \ 21 settingsimpl.cpp \
24 ipkg.cpp \ 22 ipkg.cpp \
25 networkpkgmgr.cpp \
26 main.cpp \ 23 main.cpp \
27 package.cpp \ 24 package.cpp \
28 progresswidget.cpp \
29 installdlgimpl.cpp \ 25 installdlgimpl.cpp \
30 instoptionsimpl.cpp \ 26 instoptionsimpl.cpp \
31 destination.cpp \ 27 destination.cpp \
32 utils.cpp \ 28 utils.cpp \
33 server.cpp \ 29 server.cpp \
34 helpwindow.cpp \ 30 helpwindow.cpp \