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

Contents of /qsampler/tags/qsampler_0_2_3/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2492 - (show annotations) (download)
Wed Jan 1 11:55:25 2014 UTC (10 years, 2 months ago) by capela
File size: 226 byte(s)
* A fifth of a Jubilee release.
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