/[svn]/qsampler/tags/qsampler_0_3_1/qsampler.pro
ViewVC logotype

Contents of /qsampler/tags/qsampler_0_3_1/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2825 - (show annotations) (download)
Sun Jul 19 16:51:34 2015 UTC (8 years, 9 months ago) by capela
File size: 226 byte(s)
Summer'15 release frenzy
1 # qsampler.pro
2 #
3 QMAKEVERSION = $$[QMAKE_VERSION]
4 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
5 isEmpty( ISQT4 ) {
6 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
7 }
8
9 TEMPLATE = subdirs
10 SUBDIRS = src

  ViewVC Help
Powered by ViewVC