author | andyq <andyq> | 2002-10-16 23:22:17 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-16 23:22:17 (UTC) |
commit | cad214e1b4f91b82a7a02d8338187effdbf4a269 (patch) (unidiff) | |
tree | af25f911873e907897bfce6e09f25b054e6697c0 /noncore | |
parent | b1d16660979fa8bb767fa0a6fe2d966e5633abdc (diff) | |
download | opie-cad214e1b4f91b82a7a02d8338187effdbf4a269.zip opie-cad214e1b4f91b82a7a02d8338187effdbf4a269.tar.gz opie-cad214e1b4f91b82a7a02d8338187effdbf4a269.tar.bz2 |
changed QPEDIR to OPIEDIR
-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 | |||
@@ -37,7 +37,7 @@ 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 | ||