diff options
Diffstat (limited to 'examples/qtapp/qtapp.pro')
-rw-r--r-- | examples/qtapp/qtapp.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/qtapp/qtapp.pro b/examples/qtapp/qtapp.pro new file mode 100644 index 0000000..9c658c0 --- /dev/null +++ b/examples/qtapp/qtapp.pro @@ -0,0 +1,11 @@ +###################################################################### +# Automatically generated by qmake (1.06c) Thu Mar 3 02:54:53 2005 +###################################################################### + +TEMPLATE = app +INCLUDEPATH += . +INCLUDEPATH += ../../kernel/include + +# Input +HEADERS += myqt.h +SOURCES += main.cpp myqt.cpp ../../kernel/ksquirrel-libs/fmt_utils.cpp |