author | andyq <andyq> | 2002-10-16 21:22:18 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-16 21:22:18 (UTC) |
commit | 236caec506d95d29b6bff48a00821512c91a217e (patch) (unidiff) | |
tree | 81d9a82dbf1576f5067e54585492e4fb15f4dd4a | |
parent | 6ce0b792c67bf14db705c459a2690390aae70846 (diff) | |
download | opie-236caec506d95d29b6bff48a00821512c91a217e.zip opie-236caec506d95d29b6bff48a00821512c91a217e.tar.gz opie-236caec506d95d29b6bff48a00821512c91a217e.tar.bz2 |
added letterpushbutton to project
-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index 31910aa..c5578a9 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -14,6 +14,7 @@ HEADERS = global.h \ | |||
14 | utils.h \ | 14 | utils.h \ |
15 | server.h \ | 15 | server.h \ |
16 | helpwindow.h \ | 16 | helpwindow.h \ |
17 | letterpushbutton.h \ | ||
17 | inputdlg.h | 18 | inputdlg.h |
18 | SOURCES = mainwin.cpp \ | 19 | SOURCES = mainwin.cpp \ |
19 | datamgr.cpp \ | 20 | datamgr.cpp \ |
@@ -30,12 +31,13 @@ SOURCES = mainwin.cpp \ | |||
30 | utils.cpp \ | 31 | utils.cpp \ |
31 | server.cpp \ | 32 | server.cpp \ |
32 | helpwindow.cpp \ | 33 | helpwindow.cpp \ |
34 | letterpushbutton.cpp \ | ||
33 | inputdlg.cpp | 35 | inputdlg.cpp |
34 | INTERFACES= settings.ui \ | 36 | INTERFACES= settings.ui \ |
35 | install.ui \ | 37 | install.ui \ |
36 | instoptions.ui | 38 | instoptions.ui |
37 | TARGET = aqpkg | 39 | TARGET = aqpkg |
38 | INCLUDEPATH += $(OPIEDIR)/include | 40 | INCLUDEPATH += $(QPEDIR)/include |
39 | DEPENDPATH += $(OPIEDIR)/include | 41 | DEPENDPATH += $(QPEDIR)/include |
40 | LIBS += -lqpe -lstdc++ | 42 | LIBS += -lqpe -lstdc++ |
41 | DESTDIR = $(OPIEDIR)/bin | 43 | |