author | kergoth <kergoth> | 2002-11-05 03:35:14 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 03:35:14 (UTC) |
commit | 7215f0bf9e3b7518ddf7866627819b7764dabee8 (patch) (side-by-side diff) | |
tree | b54806d10322e14d09fc369beef3ddb6896bf9c6 /library | |
parent | 684a17bc1aefdf038f19d3ab2e6e0c5874f1d9c6 (diff) | |
download | opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.zip opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.gz opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.bz2 |
no more unnecessary REQUIRES.
-rw-r--r-- | library/library.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro index af505dd..fba98f8 100644 --- a/library/library.pro +++ b/library/library.pro @@ -116,4 +116,4 @@ SOURCES = calendar.cpp \ # Qt 3 compatibility -qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h -qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp +HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h +SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp INCLUDEPATH += $(OPIEDIR)/include backend |