author | mickeyl <mickeyl> | 2005-01-29 14:57:47 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 14:57:47 (UTC) |
commit | 24cdbd7419267a124a6a0991819ba6a2c4d211a5 (patch) (unidiff) | |
tree | 5eac29d7603455ecb733674c96f231e4241c7be0 /examples/todayplugin/example.pro | |
parent | c967c1b8ad8135d9a56e936a43469cc0faea7888 (diff) | |
download | opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.zip opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.tar.gz opie-24cdbd7419267a124a6a0991819ba6a2c4d211a5.tar.bz2 |
use proper names for .pro files
please remember to name the .pro file exactly like the name of the directory
Diffstat (limited to 'examples/todayplugin/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/todayplugin/example.pro | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/todayplugin/example.pro b/examples/todayplugin/example.pro deleted file mode 100644 index 0cd1103..0000000 --- a/examples/todayplugin/example.pro +++ b/dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | TEMPLATE = lib | ||
2 | CONFIG -= moc | ||
3 | CONFIG += qt | ||
4 | |||
5 | # Input | ||
6 | HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h | ||
7 | SOURCES = exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp | ||
8 | |||
9 | INCLUDEPATH += $(OPIEDIR)/include | ||
10 | DEPENDPATH += $(OPIEDIR)/include | ||
11 | |||
12 | LIBS+= -lqpe -lopieui2 | ||
13 | |||
14 | DESTDIR = $(OPIEDIR)/plugins/today | ||
15 | TARGET = todayexampleplugin | ||
16 | |||
17 | include( $(OPIEDIR)/include.pro ) | ||