-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 @@ -13,8 +13,9 @@ HEADERS = global.h \ destination.h \ utils.h \ server.h \ helpwindow.h \ + letterpushbutton.h \ inputdlg.h SOURCES = mainwin.cpp \ datamgr.cpp \ mem.cpp \ @@ -29,13 +30,14 @@ SOURCES = mainwin.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 + |