Changeset d17dd78 for confclerk.pro
- Timestamp:
- 06/27/11 22:39:29 (12 years ago)
- Branches:
- master, qt5
- Children:
- 4fe29d6
- Parents:
- 3686b97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
confclerk.pro
r3686b97 rd17dd78 4 4 ISQT4 = $$find(QMAKEVERSION, ^[2-9]) 5 5 isEmpty( ISQT4 ) { 6 error("Use the qmake include with Qt4.4 or greater, on Debian that is 7 qmake-qt4"); 6 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4"); 8 7 } 9 8 … … 11 10 SUBDIRS = src 12 11 13 VERSION = 0.5.0 12 # The global.pri defines the VERSION of the project 13 include(src/global.pri) 14 14 15 15 16 QMAKE_DISTCLEAN += src/bin/*.a
Note: See TracChangeset
for help on using the changeset viewer.