X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=qt-win%2Fexample.pro;fp=qt-win%2Fexample.pro;h=2b0975d06db037a31a2ef4d7b74d54c31fd722ad;hb=845fd34e6e39a4ab2e574f38ac20225ce34cf68a;hp=0000000000000000000000000000000000000000;hpb=be15d9d51e251a8dcd4fec88db7a289a37072aa0;p=fedora-mingw.git diff --git a/qt-win/example.pro b/qt-win/example.pro new file mode 100644 index 0000000..2b0975d --- /dev/null +++ b/qt-win/example.pro @@ -0,0 +1,16 @@ +# Simple application example from: +# http://doc.trolltech.com/4.0/mainwindows-application.html +# +# Process this file with +# QMAKESPEC=fedora-win32-cross qmake-qt4 -win32 example.pro +# and then run 'make'. + +TEMPLATE = app +TARGET = example + +CONFIG += qt warn_on + +HEADERS = mainwindow.h +SOURCES = mainwindow.cpp main.cpp + +RESOURCES += application.qrc