Further simplification of the qmake files

I missed two lines when removing all traces of the version script, so
delete them now.
This commit is contained in:
Martin Kleusberg
2014-01-14 21:50:54 +01:00
parent 3b45f0fe26
commit 0632ecc35f
-3
View File
@@ -18,9 +18,6 @@ CONFIG(unittest) {
SOURCES += main.cpp
}
CONFIG(debug,debug|release):version.target = Makefile.Debug
CONFIG(release,debug|release):version.target = Makefile.Release
HEADERS += \
sqlitedb.h \
MainWindow.h \