Changeset 17 in tspsg-svn for trunk/tspsg.pro
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 *. vcproj*1 *.idb 2 2 *.ncb 3 *.pdb 3 4 *.sln 4 5 *.suo 5 *.idb 6 *.pdb 7 ui_* 6 *.vcproj* 7 Makefile* 8 Win32 9 Windows Mobile* 10 debug 8 11 moc_* 9 12 qrc_* 10 tspsg11 Makefile*12 debug13 13 release 14 ui_*
-
- Property svn:ignore
-
trunk/tspsg.pro
r14 r17 1 1 ###################################################################### 2 # Automatically generated by qmake (2.01a) ?? 30. ??? 22:14:47 2007 2 # 3 # TSPSG - TSP Solver and Generator 4 # Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> 5 # 6 # $Id$ 7 # $URL$ 8 # 9 # This file is part of TSPSG. 10 # 3 11 ###################################################################### 4 12 5 TEMPLATE = app 6 TARGET = 7 DEPENDPATH += . i18n resources src ui 13 win32 { 14 TEMPLATE = vcapp 15 } else { 16 TEMPLATE = app 17 } 18 TARGET = tspsg 19 DEPENDPATH += . 8 20 INCLUDEPATH += . 9 21 10 # Input 11 HEADERS += src/mainwindow.h src/settingsdialog.h src/tspmodel.h src/tspsolver.h 12 FORMS += ui/mainwindow.ui ui/settingsdialog.ui 13 SOURCES += src/main.cpp \ 14 src/mainwindow.cpp \ 15 src/settingsdialog.cpp \ 16 src/tspmodel.cpp \ 17 src/tspsolver.cpp 18 RESOURCES += resources/tspsg.qrc 19 TRANSLATIONS += i18n/English.ts i18n/Ukrainian.ts 22 #Include file(s) 23 include(tspsg.pri) 24 25 #Windows resource file 26 win32:RC_FILE = resources/tspsg.rc
Note: See TracChangeset
for help on using the changeset viewer.