projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixes recursion bug in disambiguate_in().
[ohcount]
/
test
/
detect_files
/
qmake.pro
1
CONFIG += qt debug
2
HEADERS += hello.h
3
SOURCES += hello.cpp
4
SOURCES += main.cpp
5
win32 {
6
SOURCES += hellowin.cpp
7
}
8
unix {
9
SOURCES += hellounix.cpp
10
}
11
!exists( main.cpp ) {
12
error( "No main.cpp file found" )
13
}
14
win32:debug {
15
CONFIG += console
16
}