From 24cdbd7419267a124a6a0991819ba6a2c4d211a5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 29 Jan 2005 14:57:47 +0000 Subject: use proper names for .pro files please remember to name the .pro file exactly like the name of the directory --- (limited to 'examples/simple-icon/simple-icon.pro') diff --git a/examples/simple-icon/simple-icon.pro b/examples/simple-icon/simple-icon.pro new file mode 100644 index 0000000..eda2692 --- a/dev/null +++ b/examples/simple-icon/simple-icon.pro @@ -0,0 +1,16 @@ +# remember each example is based on the other +CONFIG += qt warn_on quick-app +TARGET = simple-icon + +HEADERS = simple.h + +SOURCES = simple.cpp + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include + + + +LIBS += -lqpe + +include( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2