author | andyq <andyq> | 2002-10-16 21:22:18 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-16 21:22:18 (UTC) |
commit | 236caec506d95d29b6bff48a00821512c91a217e (patch) (side-by-side diff) | |
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 @@ -5,37 +5,39 @@ HEADERS = global.h \ datamgr.h \ settingsimpl.h \ ipkg.h \ networkpkgmgr.h \ package.h \ progressdlg.h \ installdlgimpl.h \ instoptionsimpl.h \ destination.h \ utils.h \ server.h \ helpwindow.h \ + letterpushbutton.h \ inputdlg.h SOURCES = mainwin.cpp \ datamgr.cpp \ mem.cpp \ settingsimpl.cpp \ ipkg.cpp \ networkpkgmgr.cpp \ main.cpp \ package.cpp \ progressdlg.cpp \ installdlgimpl.cpp \ instoptionsimpl.cpp \ destination.cpp \ utils.cpp \ server.cpp \ helpwindow.cpp \ + letterpushbutton.cpp \ inputdlg.cpp INTERFACES = settings.ui \ install.ui \ instoptions.ui TARGET = aqpkg -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include +INCLUDEPATH += $(QPEDIR)/include +DEPENDPATH += $(QPEDIR)/include LIBS += -lqpe -lstdc++ -DESTDIR = $(OPIEDIR)/bin + |