/[svn]/qsampler/trunk/qsampler.pro
ViewVC logotype

Contents of /qsampler/trunk/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2074 - (show annotations) (download)
Mon Mar 29 17:00:30 2010 UTC (14 years ago) by capela
File size: 226 byte(s)
* General source tree layout and build configuration change.

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