-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index c5578a9..0d9269d 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -34,10 +34,10 @@ SOURCES = mainwin.cpp \ | |||
34 | letterpushbutton.cpp \ | 34 | letterpushbutton.cpp \ |
35 | inputdlg.cpp | 35 | inputdlg.cpp |
36 | INTERFACES= settings.ui \ | 36 | INTERFACES= settings.ui \ |
37 | install.ui \ | 37 | install.ui \ |
38 | instoptions.ui | 38 | instoptions.ui |
39 | TARGET = aqpkg | 39 | TARGET = aqpkg |
40 | INCLUDEPATH += $(QPEDIR)/include | 40 | INCLUDEPATH += $(OPIEDIR)/include |
41 | DEPENDPATH += $(QPEDIR)/include | 41 | DEPENDPATH += $(OPIEDIR)/include |
42 | LIBS += -lqpe -lstdc++ | 42 | LIBS += -lqpe -lstdc++ |
43 | 43 | ||