Diffstat (limited to 'examples/application/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/application/example.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/application/example.pro b/examples/application/example.pro new file mode 100644 index 0000000..2d89311 --- a/dev/null +++ b/examples/application/example.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +#CONFIG = qt warn_on debug +CONFIG = qt warn_on release +HEADERS = example.h +SOURCES = main.cpp example.cpp +INCLUDEPATH += $(QPEDIR)/include +DEPENDPATH += $(QPEDIR)/include +LIBS += -lqpe +INTERFACES = examplebase.ui +TARGET = example |