diff options
Diffstat (limited to 'examples/qmag/qmag.pro')
-rw-r--r-- | examples/qmag/qmag.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/qmag/qmag.pro b/examples/qmag/qmag.pro new file mode 100644 index 0000000..a19025f --- /dev/null +++ b/examples/qmag/qmag.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = qmag + +CONFIG += qt warn_on release +DEPENDPATH = ../../include + +REQUIRES = full-config + +HEADERS = +SOURCES = qmag.cpp |