Diffstat (limited to 'examples/simple-icon/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/simple-icon/example.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/simple-icon/example.pro b/examples/simple-icon/example.pro new file mode 100644 index 0000000..6505330 --- a/dev/null +++ b/examples/simple-icon/example.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 ) |